mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
remove call to deprecated method.
This commit is contained in:
parent
07002c8b09
commit
cbf676c0e4
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class SessionHelper extends CakeSession {
|
|||
$out = $view->element($flash['element'], $tmpVars);
|
||||
}
|
||||
echo($out);
|
||||
parent::del('Message.' . $key);
|
||||
parent::delete('Message.' . $key);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue