|
|
@@ -392,11 +392,11 @@ function zimbraSingleConfigOptions() {
|
|
|
$response = $apiDomainManager->getAllDomains();
|
|
|
$domainNames = recursiveFindAll($response, 'NAME');
|
|
|
foreach($domainNames as $domainName) {
|
|
|
- array_push($configOptions[$domainName], [
|
|
|
+ array_push($configOptions[$domainName], array(
|
|
|
"FriendlyName" => $domainName,
|
|
|
"Type" => "yesno",
|
|
|
- "Description" => "use this domain in xustomer selection?",
|
|
|
- ]);
|
|
|
+ "Description" => "use this domain in customer selection?",
|
|
|
+ ));
|
|
|
}
|
|
|
logModuleCall(
|
|
|
'zimbrasingle',
|