andre 5 anni fa
parent
commit
9fa2d50549
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      zimbraSingle.php

+ 1 - 1
zimbraSingle.php

@@ -426,7 +426,7 @@ function zimbraSingle_CreateAccount($params)
         return "Error: account $accountName not created";
     }
     Capsule::table('tblhosting')
-    ->where('packageid', '=', $params['id'])
+    ->where('id', '=', $params['id'])
     ->update(
         array(
             'username' => $accountName,