mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate()
Returns an associative array rather than a numerically-indexed array. Feels cleaner and more extensible. PHPBB3-11768
This commit is contained in:
@@ -48,7 +48,7 @@ class parser extends \phpbb\textformatter\parser
|
||||
$parser = $cache->get($key);
|
||||
if (!$parser)
|
||||
{
|
||||
list($parser) = $factory->regenerate();
|
||||
extract($factory->regenerate());
|
||||
}
|
||||
|
||||
$this->parser = $parser;
|
||||
|
Reference in New Issue
Block a user