|
@@ -187,6 +187,13 @@ function zimbraSingle_ClientArea($params) {
|
|
|
}
|
|
}
|
|
|
$apiAccountManager = new Zm_Account($api);
|
|
$apiAccountManager = new Zm_Account($api);
|
|
|
$accountInfo = $apiAccountManager->getAccountInfo($params['username']);
|
|
$accountInfo = $apiAccountManager->getAccountInfo($params['username']);
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'zimbrasingle',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $params,
|
|
|
|
|
+ 'Debug',
|
|
|
|
|
+ $accountInfo
|
|
|
|
|
+ );
|
|
|
if(is_a($accountInfo, 'Exception')) {
|
|
if(is_a($accountInfo, 'Exception')) {
|
|
|
logModuleCall(
|
|
logModuleCall(
|
|
|
'zimbrasingle',
|
|
'zimbrasingle',
|