1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Fixes #338 and #419 - Reverse previous comments_disabled LAN change to match boolean

This commit is contained in:
Moc
2013-07-15 12:28:19 +02:00
parent 8d4f1b97c8
commit 8f03110a16
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ class comments_admin_ui extends e_admin_ui
// optional, if $pluginName == 'core', core prefs will be used, else e107::getPluginConfig($pluginName);
protected $prefs = array(
'comments_disabled' => array('title'=>PRFLAN_161, 'type'=>'boolean'), // FIXME reverse? Check with Settings > Preferences > Comments/Posting
'comments_disabled' => array('title'=>PRFLAN_161, 'type'=>'boolean'), // TODO reverse this setting somehow? ie. 'Allow comments' instead of 'Disable comments' (Moc)
'anon_post' => array('title'=>PRFLAN_32, 'type'=>'boolean'),
'comments_icon' => array('title'=>PRFLAN_89, 'type'=>'boolean'),
'nested_comments' => array('title'=>PRFLAN_88, 'type'=>'boolean'),