andre 5 years ago
parent
commit
21dca44174
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zimbraSingle.php

+ 1 - 1
zimbraSingle.php

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