mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-28 06:46:30 +00:00
Adding AppShell to the ignored shell list in CommandListShell.
This commit is contained in:
parent
b914709f32
commit
0d7ecea6cb
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class CommandListShell extends Shell {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
foreach ($shells as $shell) {
|
foreach ($shells as $shell) {
|
||||||
if ($shell !== 'shell.php') {
|
if ($shell !== 'shell.php' && $shell !== 'app_shell.php') {
|
||||||
$shell = str_replace('.php', '', $shell);
|
$shell = str_replace('.php', '', $shell);
|
||||||
$shellList[$shell][$type] = $type;
|
$shellList[$shell][$type] = $type;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue