1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +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:
JoshyPHP
2015-02-15 03:08:36 +01:00
parent f6e3e41717
commit 6bd86a8e8a
6 changed files with 8 additions and 8 deletions

View File

@@ -80,7 +80,7 @@ class renderer extends \phpbb\textformatter\renderer
if (!isset($renderer))
{
list(, $renderer) = $factory->regenerate();
extract($factory->regenerate());
}
$this->renderer = $renderer;