From a271d0cacbe33eb4fd65f0802f8fae398fa7c299 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 28 Jan 2021 20:58:35 +0100 Subject: [PATCH] [ticket/13713] Fix incorrect parameter to mention_helper constructor PHPBB3-13713 --- tests/notification/submit_post_base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/notification/submit_post_base.php b/tests/notification/submit_post_base.php index 82ea9609c3..c0ef8f3caa 100644 --- a/tests/notification/submit_post_base.php +++ b/tests/notification/submit_post_base.php @@ -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 )