Skip to content

Commit

Permalink
fix: update obsolete error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
btry authored Aug 29, 2022
1 parent e9f326c commit da8929e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/ldapdropdown.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public static function getDropdownValue($post, $json = true) {
$limitexceeded = in_array(ldap_errno($ds), [4, 11]);

if ($limitexceeded) {
trigger_error("LDAP size limit exceeded", E_USER_ERROR);
trigger_error("LDAP size limit exceeded", E_USER_WARNING);
}

unset($entries['count']);
Expand Down

0 comments on commit da8929e

Please sign in to comment.