mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-03 10:02:42 +00:00
Fixing typo. Should be AppShell, not AppModel.
This commit is contained in:
parent
2d21e9c331
commit
7013a8f1e0
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue