Use folder will now default on

pull/42/head
Mark McDowall 11 years ago
parent 605806c92e
commit 239b27d83a

@ -14,7 +14,7 @@ define(
},
getValueBoolean: function (key, defaultValue) {
return this.getValue(key, defaultValue) === 'true';
return this.getValue(key, defaultValue.toString()) === 'true';
},
getValue: function (key, defaultValue) {

Loading…
Cancel
Save