From 5805a6906ecf823abe9ca208b8e925cae09f54e3 Mon Sep 17 00:00:00 2001 From: rubencm Date: Sun, 16 Dec 2018 14:52:24 +0000 Subject: [PATCH] [ticket/15540] Pass variable by reference PHPBB3-15540 --- phpBB/phpbb/search/backend/fulltext_sphinx.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/search/backend/fulltext_sphinx.php b/phpBB/phpbb/search/backend/fulltext_sphinx.php index 9715754a01..7a21878303 100644 --- a/phpBB/phpbb/search/backend/fulltext_sphinx.php +++ b/phpBB/phpbb/search/backend/fulltext_sphinx.php @@ -751,7 +751,7 @@ class fulltext_sphinx implements search_backend_interface /** * {@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 = '';