Browse Source

check reserved addresses

andre 4 năm trước cách đây
mục cha
commit
70901cf11f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      zimbraAddressAvailable.php

+ 1 - 1
zimbraAddressAvailable.php

@@ -36,7 +36,7 @@ if(!filter_var($accountName, FILTER_VALIDATE_EMAIL)) {
 $zmAuthPIDs = Capsule::table('tblproducts')
 	->select('id')
 	->where('gid', zmAuthGids)
-	->fetch();
+	->raw();
 $hostingIDs = Capsule::table('tblhosting')
 	->select('id')
 	->where('packageid', $zmAuthPIDs)