mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/11768] Replaced extract() calls
PHPBB3-11768
This commit is contained in:
@@ -47,7 +47,8 @@ class parser implements \phpbb\textformatter\parser
|
||||
$parser = $cache->get($key);
|
||||
if (!$parser)
|
||||
{
|
||||
extract($factory->regenerate());
|
||||
$objects = $factory->regenerate();
|
||||
$parser = $objects['parser'];
|
||||
}
|
||||
|
||||
$this->parser = $parser;
|
||||
|
Reference in New Issue
Block a user