[ticket/13803] Fixed method name

PHPBB3-13803
This commit is contained in:
JoshyPHP 2015-05-19 11:29:52 +02:00
parent 75eb283f8d
commit 1bff7d1175

View file

@ -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