Explorar el Código

try to use database

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

+ 1 - 0
zimbraSingle.php

@@ -797,6 +797,7 @@ function zimbraSingle_AdminServicesTabFieldsSave($params) {
     $options = Capsule::table('tblhostingconfigoptions')
             ->leftJoin('tblproductconfigoptions', 'tblhostingconfigoptions.configid', '=', 'tblproductconfigoptions.id')
             ->where('tblhostingconfigoptions.relid', '=', $serviceid)
+            ->select('*')
             ->get();
     logModuleCall(
         'zimbrasingle',