stanley-king hace 8 años
padre
commit
0bb0c12a65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mobile/control/index.php

+ 1 - 1
mobile/control/index.php

@@ -89,7 +89,7 @@ class indexControl extends specialControl
     public function tabsOp()
     {
         $tabs = index_tab::instance()->tabs();
-        return self::outsuccess($tabs);
+        return self::outsuccess(array('tabs' => $tabs));
     }
 
     ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////