mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +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) {
|
if(!$ctrlClass) {
|
||||||
return false;
|
$controller = Inflector::camelize($this->plugin);
|
||||||
|
$this->plugin = null;
|
||||||
|
return $controller;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->params = $params;
|
$this->params = $params;
|
||||||
|
|
Loading…
Add table
Reference in a new issue