mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-04 02:22:39 +00:00
remove unused local variables and a few improvements
This commit is contained in:
parent
f25f35353d
commit
3f4d24bfc0
38 changed files with 77 additions and 95 deletions
|
@ -159,7 +159,7 @@ class DigestAuthenticate extends BaseAuthenticate {
|
|||
*/
|
||||
protected function _findUser($username, $password = null) {
|
||||
$userModel = $this->settings['userModel'];
|
||||
list($plugin, $model) = pluginSplit($userModel);
|
||||
list(, $model) = pluginSplit($userModel);
|
||||
$fields = $this->settings['fields'];
|
||||
|
||||
$conditions = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue