mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13803] Renamed methods
PHPBB3-13803
This commit is contained in:
@@ -41,7 +41,7 @@ class contact_admin_info extends \phpbb\textreparser\base
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function get_records($min_id, $max_id)
|
||||
protected function get_records_by_range($min_id, $max_id)
|
||||
{
|
||||
$values = $this->config_text->get_array(array(
|
||||
'contact_admin_info',
|
||||
|
Reference in New Issue
Block a user