mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/15987] Add missing paranthesis
PHPBB3-15987
This commit is contained in:
parent
9c1baf0fd7
commit
61fa4f006a
1 changed files with 2 additions and 0 deletions
|
@ -32,7 +32,9 @@ class tables extends Extension
|
||||||
public function load(array $configs, ContainerBuilder $container)
|
public function load(array $configs, ContainerBuilder $container)
|
||||||
{
|
{
|
||||||
if (!$container->hasParameter('tables'))
|
if (!$container->hasParameter('tables'))
|
||||||
|
{
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
$tables = $container->getParameter('tables');
|
$tables = $container->getParameter('tables');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue