Browse Source

check reserved addresses

andre 4 years ago
parent
commit
06bbbef4d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zimbraAddressAvailable.php

+ 1 - 1
zimbraAddressAvailable.php

@@ -35,7 +35,7 @@ if(!filter_var($accountName, FILTER_VALIDATE_EMAIL)) {
 // check reserved mail addresses 
 $zmAuthPIDs = Capsule::table('tblproducts')
 	->select('id')
-	->where('gid', '=', '1')
+	->where('gid', zmAuthGids)
 	->get();
 logModuleCall(
 	'zimbrasingle',