mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/13803] Fixed method name
PHPBB3-13803
This commit is contained in:
parent
75eb283f8d
commit
1bff7d1175
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue