1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 15:27:42 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2021-01-03 17:43:21 +01:00
3 changed files with 11 additions and 30 deletions

View File

@@ -24,7 +24,7 @@ class phpbb_textreparser_poll_option_test extends phpbb_database_test_case
protected function get_reparser()
{
return new \phpbb\textreparser\plugins\poll_option($this->db);
return new \phpbb\textreparser\plugins\poll_option($this->db, POLL_OPTIONS_TABLE);
}
protected function get_rows()