From 28752c488d9ee095f6c6eb5619d316648a224058 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 22 Jan 2015 09:05:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9Bapp=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Think/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Think/App.php b/Library/Think/App.php index 8a69f663..c5e13c48 100644 --- a/Library/Think/App.php +++ b/Library/Think/App.php @@ -103,7 +103,7 @@ class App { $action = ACTION_NAME . $config['action_suffix']; } if(!$instance) { - throw new Exception('[ ' . MODULE_NAME . '\\Controller\\' . parse_name(CONTROLLER_NAME, 1) . 'Controller ] not exists'); + throw new Exception('[ ' . MODULE_NAME . '\\'.CONTROLLER_LAYER.'\\' . parse_name(CONTROLLER_NAME, 1) . ' ] not exists'); } try{