mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13803] Fixed method name
PHPBB3-13803
This commit is contained in:
@@ -29,7 +29,7 @@ class poll_title extends \phpbb\textreparser\row_based_plugin
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function get_records_query($min_id, $max_id)
|
||||
protected function get_records_by_range_query($min_id, $max_id)
|
||||
{
|
||||
$sql = 'SELECT t.topic_id AS id, t.poll_title AS text, p.bbcode_uid
|
||||
FROM ' . TOPICS_TABLE . ' t, ' . POSTS_TABLE . ' p
|
||||
|
Reference in New Issue
Block a user