aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_reparser/plugins/forum_rules_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/text_reparser/plugins/forum_rules_test.php')
-rw-r--r--tests/text_reparser/plugins/forum_rules_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text_reparser/plugins/forum_rules_test.php b/tests/text_reparser/plugins/forum_rules_test.php
index 4c267c9014..72e4e98876 100644
--- a/tests/text_reparser/plugins/forum_rules_test.php
+++ b/tests/text_reparser/plugins/forum_rules_test.php
@@ -21,6 +21,6 @@ class phpbb_textreparser_forum_rules_test extends phpbb_textreparser_test_row_ba
protected function get_reparser()
{
- return new \phpbb\textreparser\plugins\forum_rules($this->db);
+ return new \phpbb\textreparser\plugins\forum_rules($this->db, FORUMS_TABLE);
}
}