aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/phpbb/extension/base.php6
1 files changed, 3 insertions, 3 deletions
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;
}