mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 09:32:43 +00:00
Fixed tests affected by the visibility changes.
This commit is contained in:
parent
dbb87a0196
commit
c60abb1802
3 changed files with 29 additions and 25 deletions
|
@ -278,7 +278,7 @@ class Scaffold {
|
|||
|
||||
return $this->_scaffoldForm($formAction);
|
||||
} elseif ($this->controller->scaffoldError($action) === false) {
|
||||
return $this->scaffoldError();
|
||||
return $this->_scaffoldError();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue