From 9ff86ea48a2de6d4648d0995993b9c2f53cf5f32 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Wed, 21 Oct 2015 10:07:47 +0000 Subject: [PATCH] (legacy) remove unused parameter --- src/etc/inc/auth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/auth.inc b/src/etc/inc/auth.inc index 0bae6bb75..288326ee9 100644 --- a/src/etc/inc/auth.inc +++ b/src/etc/inc/auth.inc @@ -712,7 +712,7 @@ function auth_get_authserver_list() { return $list; } -function authenticate_user($username, $password, $authcfg = NULL, &$attributes = array()) { +function authenticate_user($username, $password, $authcfg = NULL) { if (empty($authcfg)) { $authName = 'Local Database';