Jelajahi Sumber

try to use database

andre 4 tahun lalu
induk
melakukan
e477f14c67
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      zimbraSingle.php

+ 1 - 0
zimbraSingle.php

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