|
|
@@ -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")) {
|