[ticket/13713] Fix incorrect parameter to mention_helper constructor

PHPBB3-13713
This commit is contained in:
Marc Alexander 2021-01-28 20:58:35 +01:00
parent d3e1deb3e5
commit a271d0cacb
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -140,7 +140,7 @@ abstract class phpbb_notification_submit_post_base extends phpbb_database_test_c
new \phpbb\textformatter\s9e\mention_helper(
$this->db,
$auth,
$this->user,
$user,
$phpbb_root_path,
$phpEx
)