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