andre 4 жил өмнө
parent
commit
55cf638f4a

+ 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();