Fixing typo. Should be AppShell, not AppModel.

This commit is contained in:
mark_story 2010-11-22 21:07:21 -05:00
parent 2d21e9c331
commit 7013a8f1e0

View file

@ -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) {