From acce8f1b1fa8ee142da5f1e830668c15f4d69b90 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 5 Dec 2019 15:30:07 +0200 Subject: [PATCH] fix --- application/Espo/Core/Utils/Authentication/LDAP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Utils/Authentication/LDAP.php b/application/Espo/Core/Utils/Authentication/LDAP.php index cc322591fa..49ba779f05 100644 --- a/application/Espo/Core/Utils/Authentication/LDAP.php +++ b/application/Espo/Core/Utils/Authentication/LDAP.php @@ -102,7 +102,7 @@ class LDAP extends Espo return $this->ldapClient; } - public function login(string $username, $password, ?AuthToken $authToken = null, $params = [], $request = null) + public function login(string $username, $password, ?AuthToken $authToken = null, array $params = [], $request = null) { if (!$password) return;