Should be an array, not a string

This commit is contained in:
Matt Pass
2014-03-19 19:05:07 +00:00
parent 04a11bdc4a
commit 33b2c7a06c

View File

@@ -19,7 +19,7 @@ $ICEcoderUserSettings = array(
"lineWrapping" => true,
"indentWithTabs" => true,
"indentSize" => 4,
"bugFilePaths" => "",
"bugFilePaths" => array(),
"bugFileCheckTimer" => 0,
"bugFileMaxLines" => 0,
"pluginPanelAligned" => "left",