test fix
This commit is contained in:
parent
6919431c49
commit
98d71f527d
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
*/
|
||||
|
||||
class RSS_Comments extends Extension {
|
||||
protected $db_support = ['mysql', 'sqlite']; // pgsql has no UNIX_TIMESTAMP
|
||||
|
||||
public function onPostListBuilding(PostListBuildingEvent $event) {
|
||||
global $config, $page;
|
||||
$title = $config->get_string('title');
|
||||
|
|
Reference in a new issue