Explorar el Código

check reserved addresses

andre hace 4 años
padre
commit
129d56df09
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      zimbraAddressAvailable.php

+ 1 - 1
zimbraAddressAvailable.php

@@ -36,7 +36,7 @@ if(!filter_var($accountName, FILTER_VALIDATE_EMAIL)) {
 $zmAuthPIDs = array();
 $zmAuthPIDsObj = Capsule::table('tblproducts')
 	->select('id')
-	->whereIn('gid', [1, 3, 8])
+	->whereIn('gid', zmAuthGids)
 	->get()
 	->toArray();
 foreach ($zmAuthPIDsObj as $zmAuthPID) {