mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixing parse error that caused scaffold test to not run and not pass.
This commit is contained in:
parent
75d7b46a35
commit
713e6e6287
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ class Scaffold extends Object {
|
|||
|
||||
if ($this->ScaffoldModel->delete($id)) {
|
||||
$message = __(
|
||||
sprintf('The %1$s with id: %2$d has been deleted.', Inflector::humanize($this->modelClass), $id),
|
||||
sprintf('The %1$s with id: %2$d has been deleted.', Inflector::humanize($this->modelClass), $id)
|
||||
);
|
||||
if ($this->_validSession) {
|
||||
$this->controller->Session->setFlash($message);
|
||||
|
|
Loading…
Add table
Reference in a new issue