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