Controll更改为Controller

This commit is contained in:
thinkphp
2013-03-13 17:46:03 +08:00
parent 4b739dabd7
commit 7b1541e1f8
8 changed files with 25 additions and 25 deletions

View File

@@ -83,7 +83,7 @@ class Route {
if(isset($path)) {
$_GET[Config::get('var_action')] = array_pop($path);
if(!empty($path)) {
$_GET[Config::get('var_controll')] = array_pop($path);
$_GET[Config::get('var_controller')] = array_pop($path);
}
if(!empty($path)) {
$_GET[Config::get('var_module')] = array_pop($path);