mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
(legacy) remove unused parameter
This commit is contained in:
parent
bd74525287
commit
9ff86ea48a
@ -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';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user