mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/11768] Removed unused var
PHPBB3-11768
This commit is contained in:
parent
40c54898cc
commit
b021225148
1 changed files with 0 additions and 3 deletions
|
@ -486,9 +486,6 @@ class phpbb_test_case_helpers
|
||||||
$factory
|
$factory
|
||||||
);
|
);
|
||||||
|
|
||||||
$root_path = ($container->hasParameter('core.root_path'))
|
|
||||||
? $container->getParameter('core.root_path')
|
|
||||||
: './';
|
|
||||||
$config = ($container->has('config'))
|
$config = ($container->has('config'))
|
||||||
? $container->get('config')
|
? $container->get('config')
|
||||||
: new \phpbb\config\config(array('smilies_path' => 'images/smilies', 'allow_nocensors' => false));
|
: new \phpbb\config\config(array('smilies_path' => 'images/smilies', 'allow_nocensors' => false));
|
||||||
|
|
Loading…
Add table
Reference in a new issue