mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
updating dispatcher changes for missing controller
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5476 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
64325bd60d
commit
5cd90a787d
1 changed files with 3 additions and 1 deletions
|
@ -501,7 +501,9 @@ class Dispatcher extends Object {
|
|||
}
|
||||
|
||||
if(!$ctrlClass) {
|
||||
return false;
|
||||
$controller = Inflector::camelize($this->plugin);
|
||||
$this->plugin = null;
|
||||
return $controller;
|
||||
}
|
||||
|
||||
$this->params = $params;
|
||||
|
|
Loading…
Add table
Reference in a new issue