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:
gwoo 2007-07-31 05:39:01 +00:00
parent 64325bd60d
commit 5cd90a787d

View file

@ -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;