@@ -53,7 +53,7 @@ function zimbraSingle_ClientArea($params)
return array(
'templatefile' => 'clientarea',
- 'vars' => $response,
+ 'vars' => array($response),
);
}