mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
parent
5f90f455fd
commit
8e735c2db0
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ class Scaffold {
|
|||
}
|
||||
} else {
|
||||
throw new MissingActionException(array(
|
||||
'controller' => $this->controller->name,
|
||||
'controller' => get_class($this->controller),
|
||||
'action' => $request->action
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue