Quellcode durchsuchen

desing configOptions

andre vor 5 Jahren
Ursprung
Commit
3adb1f5554
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      zimbraSingle.inc

+ 1 - 1
zimbraSingle.inc

@@ -394,7 +394,7 @@ function zimbraSingleConfigOptions($params) {
         "Options" => implode(',', $cosNames),
         "Description" => "Tick to use this COS",
     );
-    $configOptions['cosDescription'] = array();
+    $configOptions[1] = array();
     $apiDomainManager = new Zm_Domain($api);
     $response = $apiDomainManager->getAllDomains();
     if(is_a($response, "Exception")) {