mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15987] Add missing paranthesis
PHPBB3-15987
This commit is contained in:
@@ -32,7 +32,9 @@ class tables extends Extension
|
||||
public function load(array $configs, ContainerBuilder $container)
|
||||
{
|
||||
if (!$container->hasParameter('tables'))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
$tables = $container->getParameter('tables');
|
||||
|
||||
|
Reference in New Issue
Block a user