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