|
@@ -368,7 +368,7 @@ function siteBuilder_ClientArea($params) {
|
|
|
);
|
|
);
|
|
|
$clientInfo['sites'] = [];
|
|
$clientInfo['sites'] = [];
|
|
|
foreach($sitesObj as $site){
|
|
foreach($sitesObj as $site){
|
|
|
- array_push($clientInfo['sites'],$site);
|
|
|
|
|
|
|
+ array_push($clientInfo['sites'],$site->name);
|
|
|
}
|
|
}
|
|
|
return array(
|
|
return array(
|
|
|
'tabOverviewReplacementTemplate' => 'clientarea',
|
|
'tabOverviewReplacementTemplate' => 'clientarea',
|