This commit is contained in:
Shish 2015-09-20 23:24:26 +01:00
parent 6919431c49
commit 98d71f527d

View file

@ -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');