mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/16645] Simplified text_reparser.poll_option
PHPBB3-16645
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user