Procházet zdrojové kódy

check reserved addresses

andre před 4 roky
rodič
revize
b430631cfd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      zimbraAddressAvailable.php

+ 1 - 1
zimbraAddressAvailable.php

@@ -71,7 +71,7 @@ $customfieldsvaluesObj = Capsule::table('tblcustomfieldsvalues')
 	->toArray();
 foreach ($customfieldsvaluesObj as $customfieldsvalue) {
 	$mailname = $customfieldsvalue->value;
-	next($customfieldsvaluesObj);
+	next($customfieldsvalue);
 	$maildomain = $customfieldsvalue->value;
 	$reservedAddress = $mailname . '@' . $maildomain;
 	array_push($customfieldsvalues, $reservedAddress);