From 6130581309c080d9c8e9f3b99ad8761e770fc6df Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Fri, 30 Jul 2021 15:46:17 +0200 Subject: [PATCH] fix: LDAP error handler Signed-off-by: Thierry Bugier --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index 6bd47136c..760e7ef72 100644 --- a/setup.php +++ b/setup.php @@ -459,7 +459,7 @@ function plugin_formcreator_upgrade_error(Migration $migration) { die($error . "

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; }