* Fix a bug in statistics output, when statistics for single-number
months is created. (Andreas Bilke)
This commit is contained in:
docs
plugins
serendipity_event_statistics
serendipity_plugin_comments
@ -165,7 +165,9 @@ class serendipity_plugin_comments extends serendipity_plugin
|
||||
$cond['and'] = ' AND e.isdraft = \'false\' ';
|
||||
if ($this->get_config('authorid') == 'login') {
|
||||
serendipity_ACL_SQL($cond, true);
|
||||
serendipity_plugin_api::hook_event('frontend_fetchentries', $cond, array('source' => 'entries'));
|
||||
}
|
||||
|
||||
|
||||
$q = 'SELECT co.body AS comment,
|
||||
co.timestamp AS stamp,
|
||||
|
Reference in New Issue
Block a user