1
0

Revert "remove comments by author overview page"

This reverts commit c8b4faf93a.
This commit is contained in:
onli
2015-09-23 00:33:33 +02:00
parent 55ae435c89
commit 507dc05998
5 changed files with 149 additions and 0 deletions

View File

@ -257,6 +257,14 @@
'permission' => 'siteConfiguration',
'flags' => array('ifEmpty')),
array('var' => 'permalinkCommentsPath',
'title' => INSTALL_PERMALINK_COMMENTSPATH,
'description' => '',
'type' => 'string',
'default' => 'comments',
'permission' => 'siteConfiguration',
'flags' => array('ifEmpty')),
)
);