andre hace 5 años
padre
commit
21dca44174
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      zimbraSingle.php

+ 1 - 1
zimbraSingle.php

@@ -433,7 +433,7 @@ function zimbraSingle_CreateAccount($params)
         $id
     );
     Capsule::table('tblhosting')
-    ->where('id', '=', $params['id'])
+    ->where('id', '=', $params['serviceid'])
     ->update(
         array(
             'username' => $accountName,