mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-18 23:49:55 +00:00
Remove un-necessary parameter.
This commit is contained in:
parent
19c2a58185
commit
6a95b5746a
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class DigestAuthenticate extends BaseAuthenticate {
|
||||||
if (empty($digest)) {
|
if (empty($digest)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$user = $this->_findUser($digest['username'], null);
|
$user = $this->_findUser($digest['username']);
|
||||||
if (empty($user)) {
|
if (empty($user)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue