diff --git a/phpBB/phpbb/extension/base.php b/phpBB/phpbb/extension/base.php index abdb10df88..a7531350f7 100644 --- a/phpBB/phpbb/extension/base.php +++ b/phpBB/phpbb/extension/base.php @@ -143,10 +143,10 @@ class base implements \phpbb\extension\extension_interface if (\phpbb\db\migrator::is_migration($migration) === true) { continue; - } + } - unset($migrations[$key]); - } + unset($migrations[$key]); + } return $migrations; }