mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/11768] Removed unused var
PHPBB3-11768
This commit is contained in:
@@ -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));
|
||||||
|
Reference in New Issue
Block a user