Don't examplify with a string boolean

there's strict type comparison later on (===, three equals) for true and false
This commit is contained in:
Mikael Nordfeldth 2015-07-10 23:40:40 +02:00
parent f099e37d13
commit f1ba999006

View File

@ -51,7 +51,7 @@ class QvitterPlugin extends Plugin {
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · */
// THESE SETTINGS CAN BE OVERRIDDEN IN CONFIG.PHP
// e.g. $config['site']['qvitter']['enabledbydefault'] = 'false';
// e.g. $config['site']['qvitter']['enabledbydefault'] = false;
// ENABLED BY DEFAULT (true/false)
$settings['enabledbydefault'] = true;