(legacy) remove unused parameter

This commit is contained in:
Ad Schellevis 2015-10-21 10:07:47 +00:00
parent bd74525287
commit 9ff86ea48a

View File

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