Ver Fonte

debug extend clientarea.tpl

andre há 5 anos atrás
pai
commit
4b31baefb8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      zimbraSingle.php

+ 1 - 1
zimbraSingle.php

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