Skip to content

Commit

Permalink
Fixing typo. Should be AppShell, not AppModel.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 23, 2010
1 parent 2d21e9c commit 7013a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/app.php
Expand Up @@ -777,7 +777,7 @@ private static function __settings($type, $plugin, $parent) {
if (!class_exists('Shell')) {
App::import($type, 'Shell', false);
}
if (!class_exists('AppModel')) {
if (!class_exists('AppShell')) {
App::import($type, 'AppShell', false);
}
if ($plugin) {
Expand Down

0 comments on commit 7013a8f

Please sign in to comment.