mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13713] Fix incorrect parameter to mention_helper constructor
PHPBB3-13713
This commit is contained in:
parent
d3e1deb3e5
commit
a271d0cacb
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ abstract class phpbb_notification_submit_post_base extends phpbb_database_test_c
|
||||||
new \phpbb\textformatter\s9e\mention_helper(
|
new \phpbb\textformatter\s9e\mention_helper(
|
||||||
$this->db,
|
$this->db,
|
||||||
$auth,
|
$auth,
|
||||||
$this->user,
|
$user,
|
||||||
$phpbb_root_path,
|
$phpbb_root_path,
|
||||||
$phpEx
|
$phpEx
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue