Ver Fonte

cleanup

andre há 5 anos atrás
pai
commit
21dca44174
1 ficheiros alterados com 1 adições e 1 exclusões
  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,