[ticket/15540] Pass variable by reference

PHPBB3-15540
This commit is contained in:
rubencm 2018-12-16 14:52:24 +00:00
parent 2aabf560b4
commit 5805a6906e

View file

@ -751,7 +751,7 @@ class fulltext_sphinx implements search_backend_interface
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public function author_search($type, $firstpost_only, $sort_by_sql, $sort_key, $sort_dir, $sort_days, $ex_fid_ary, $post_visibility, $topic_id, $author_ary, $author_name, &$id_ary, $start, $per_page) public function author_search($type, $firstpost_only, $sort_by_sql, $sort_key, $sort_dir, $sort_days, $ex_fid_ary, $post_visibility, $topic_id, $author_ary, $author_name, &$id_ary, &$start, $per_page)
{ {
$this->search_query = ''; $this->search_query = '';