mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +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)) {
|
||||
return false;
|
||||
}
|
||||
$user = $this->_findUser($digest['username'], null);
|
||||
$user = $this->_findUser($digest['username']);
|
||||
if (empty($user)) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue