program/include/rcube_ldap.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_ldap.php
@@ -685,8 +685,8 @@ } // end foreach // Verify that the required fields are set. $missing = null; foreach ($this->prop['required_fields'] as $fld) { $missing = null; if (!isset($newentry[$fld])) { $missing[] = $fld; }