andre %!s(int64=5) %!d(string=hai) anos
pai
achega
9fa2d50549
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,