mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 02:51:35 +02:00
[ticket/9657] Remove line with unused variable
PHPBB3-9657
This commit is contained in:
@@ -519,7 +519,6 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
|||||||
|
|
||||||
// make sure that some arrays are always in the same order
|
// make sure that some arrays are always in the same order
|
||||||
sort($ex_fid_ary);
|
sort($ex_fid_ary);
|
||||||
// @TODO sort($m_approve_fid_ary);
|
|
||||||
sort($author_id_ary);
|
sort($author_id_ary);
|
||||||
|
|
||||||
if ($search->get_search_query())
|
if ($search->get_search_query())
|
||||||
|
Reference in New Issue
Block a user