mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 18:26:32 +02:00
[ticket/14264] Fix textreparser tests
PHPBB3-14264
This commit is contained in:
@@ -21,6 +21,6 @@ class phpbb_textreparser_pm_text_test extends phpbb_textreparser_test_row_based_
|
||||
|
||||
protected function get_reparser()
|
||||
{
|
||||
return new \phpbb\textreparser\plugins\pm_text($this->db);
|
||||
return new \phpbb\textreparser\plugins\pm_text($this->db, PRIVMSGS_TABLE);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user