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:
parent
f099e37d13
commit
f1ba999006
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user