Browse Source

test array

andre 5 years ago
parent
commit
a97ea0fca2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      zimbraSingle.inc

+ 2 - 2
zimbraSingle.inc

@@ -378,7 +378,7 @@ function zimbraSingleConfigOptions() {
         "All COS Array",
         $response
     );
-    $configOptions = array (
+    $configOptions = array ( [
         "test" => [
             "FriendlyName" => "Test",
             "Type" => "text", # Text Box
@@ -386,7 +386,7 @@ function zimbraSingleConfigOptions() {
             "Description" => "Textbox",
             "Default" => "Example",
         ],
-    );
+    ]);
     return $configOptions;
 }