Skip to content

Commit

Permalink
fix: LDAP error handler
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed Jul 30, 2021
1 parent 067600a commit 6130581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ function plugin_formcreator_upgrade_error(Migration $migration) {
die($error . "<br><br> Please, check migration log");
}

function plugin_formcreator_ldap_warning_handler($errno, $errstr, $errfile, $errline, array $errcontext) {
function plugin_formcreator_ldap_warning_handler($errno, $errstr, $errfile, $errline) {
if (0 === error_reporting()) {
return false;
}
Expand Down

0 comments on commit 6130581

Please sign in to comment.