Commit 9ff86ea4 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) remove unused parameter

parent bd745252
......@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment