aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_reparser/plugins/user_signature_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/text_reparser/plugins/user_signature_test.php')
-rw-r--r--tests/text_reparser/plugins/user_signature_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text_reparser/plugins/user_signature_test.php b/tests/text_reparser/plugins/user_signature_test.php
index ab830a303d..5b66f2788a 100644
--- a/tests/text_reparser/plugins/user_signature_test.php
+++ b/tests/text_reparser/plugins/user_signature_test.php
@@ -21,6 +21,6 @@ class phpbb_textreparser_user_signature_test extends phpbb_textreparser_test_row
protected function get_reparser()
{
- return new \phpbb\textreparser\plugins\user_signature($this->db);
+ return new \phpbb\textreparser\plugins\user_signature($this->db, USERS_TABLE);
}
}