mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix a code style warning.
This commit is contained in:
parent
6677127c8e
commit
ee7a224639
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ class DbConfigTask extends AppShell {
|
|||
}
|
||||
|
||||
foreach ($oldConfigs as $key => $oldConfig) {
|
||||
foreach ($configs as $key1 => $config) {
|
||||
foreach ($configs as $k => $config) {
|
||||
if ($oldConfig['name'] == $config['name']) {
|
||||
unset($oldConfigs[$key]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue