andre 5 년 전
부모
커밋
efe09f7194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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('id', '=', $params['id'])
+    ->where('packageid', '=', $params['id'])
     ->update(
         array(
             'username' => $accountName,