mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge branch '3.2.x'
This commit is contained in:
@@ -81,7 +81,7 @@ class reparser extends \phpbb\cron\task\base
|
||||
*/
|
||||
public function set_reparser($reparser)
|
||||
{
|
||||
$this->reparser_name = (!isset($this->reparsers[$reparser]) ? 'text_reparser.' : '') . $reparser;
|
||||
$this->reparser_name = !isset($this->reparsers[$reparser]) ? $this->reparser_manager->find_reparser($reparser) : $reparser;
|
||||
|
||||
if ($this->resume_data === null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user