mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +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}
|
* {@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
|
$sql = 'SELECT t.topic_id AS id, t.poll_title AS text, p.bbcode_uid
|
||||||
FROM ' . TOPICS_TABLE . ' t, ' . POSTS_TABLE . ' p
|
FROM ' . TOPICS_TABLE . ' t, ' . POSTS_TABLE . ' p
|
||||||
|
Reference in New Issue
Block a user