mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[ticket/13454] Fix a few issues introduced by overdeleting stuff
PHPBB3-13454
This commit is contained in:
@@ -51,6 +51,8 @@ class parser implements \phpbb\textformatter\parser_interface
|
||||
$this->dispatcher = $dispatcher;
|
||||
$this->parser = $parser;
|
||||
|
||||
$parser = $this;
|
||||
|
||||
/**
|
||||
* Configure the parser service
|
||||
*
|
||||
@@ -72,6 +74,8 @@ class parser implements \phpbb\textformatter\parser_interface
|
||||
*/
|
||||
public function parse($text)
|
||||
{
|
||||
$parser = $this;
|
||||
|
||||
/**
|
||||
* Modify a text before it is parsed
|
||||
*
|
||||
|
Reference in New Issue
Block a user