Make comment subscription with full text the default (#483)

This commit is contained in:
onli 2018-06-12 22:44:45 +02:00
parent c7c133ef1d
commit 3ef2b78014

View File

@ -354,7 +354,7 @@
'title' => INSTALL_SUBSCRIBE,
'description' => INSTALL_SUBSCRIBE_DESC,
'type' => 'list',
'default' => array('true' => YES, 'false' => NO, 'fulltext' => FULL_COMMENT_TEXT),
'default' => array('fulltext' => FULL_COMMENT_TEXT, 'true' => YES, 'false' => NO),
'permission' => 'siteConfiguration'),
array('var' => 'allowSubscriptionsOptIn',