From 33b2c7a06c38eed433da7d4b42c05b6c36a9dc7e Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 19 Mar 2014 19:05:07 +0000 Subject: [PATCH] Should be an array, not a string --- lib/config___users-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config___users-template.php b/lib/config___users-template.php index 5c7a370..d72f952 100644 --- a/lib/config___users-template.php +++ b/lib/config___users-template.php @@ -19,7 +19,7 @@ $ICEcoderUserSettings = array( "lineWrapping" => true, "indentWithTabs" => true, "indentSize" => 4, -"bugFilePaths" => "", +"bugFilePaths" => array(), "bugFileCheckTimer" => 0, "bugFileMaxLines" => 0, "pluginPanelAligned" => "left",