Explorar el Código

check reserved addresses

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

+ 1 - 2
zimbraAddressAvailable.php

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