From 7013a8f1e0877b178498755d7fbfb1f4d02885b0 Mon Sep 17 00:00:00 2001 From: mark_story Date: Mon, 22 Nov 2010 21:07:21 -0500 Subject: [PATCH] Fixing typo. Should be AppShell, not AppModel. --- cake/libs/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/app.php b/cake/libs/app.php index 2f765047c..2812219c1 100644 --- a/cake/libs/app.php +++ b/cake/libs/app.php @@ -777,7 +777,7 @@ class App { if (!class_exists('Shell')) { App::import($type, 'Shell', false); } - if (!class_exists('AppModel')) { + if (!class_exists('AppShell')) { App::import($type, 'AppShell', false); } if ($plugin) {