aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/di
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/di')
-rw-r--r--phpBB/phpbb/di/extension/tables.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/di/extension/tables.php b/phpBB/phpbb/di/extension/tables.php
index 99655dda3d..ff545750b7 100644
--- a/phpBB/phpbb/di/extension/tables.php
+++ b/phpBB/phpbb/di/extension/tables.php
@@ -32,7 +32,9 @@ class tables extends Extension
public function load(array $configs, ContainerBuilder $container)
{
if (!$container->hasParameter('tables'))
+ {
return;
+ }
$tables = $container->getParameter('tables');