Procházet zdrojové kódy

check reserved addresses

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

+ 1 - 1
zimbraAddressAvailable.php

@@ -65,7 +65,7 @@ foreach ($customfieldIDsObj as $customfieldID) {
 $customfieldsvalues = array();
 $customfieldsvaluesObj = Capsule::table('tblcustomfieldsvalues')
 	->select('value')
-	->where('relid',$hostingIDs)
+	->where('fieldid', $customfieldIDs)
 	->get()
 	->toArray();