Explorar el Código

try to use database

andre hace 4 años
padre
commit
749f49eee4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      zimbraSingle.php

+ 1 - 1
zimbraSingle.php

@@ -798,7 +798,7 @@ function zimbraSingle_AdminServicesTabFieldsSave($params) {
         ->join('tblhostingconfigoptions', 'tblproductconfigoptions.id', '=', 'tblhostingconfigoptions.configid')
         ->where('tblhostingconfigoptions.relid', '=', $params['serviceid'])
         ->where('tblproductconfigoptions.optionname', 'like', 'addonQuota%')
-        ->select('id')
+        ->select('*')
         ->get();
     logModuleCall(
         'zimbrasingle',