forked from Cavemanon/cavepaintings
formatting
This commit is contained in:
@@ -19,5 +19,4 @@ class RSS_CommentsInfo extends ExtensionInfo
|
||||
public $license = self::LICENSE_GPLV2;
|
||||
public $description = "Self explanatory";
|
||||
public $db_support = [DatabaseDriver::MYSQL, DatabaseDriver::SQLITE]; // pgsql has no UNIX_TIMESTAMP
|
||||
|
||||
}
|
||||
|
@@ -73,9 +73,8 @@ EOD;
|
||||
|
||||
public function onPageSubNavBuilding(PageSubNavBuildingEvent $event)
|
||||
{
|
||||
if($event->parent=="comment") {
|
||||
if ($event->parent=="comment") {
|
||||
$event->add_nav_link("comment_rss", new Link('rss/comments'), "Feed");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user