1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/9657] Remove line with unused variable

PHPBB3-9657
This commit is contained in:
Joas Schilling 2013-03-11 11:51:11 +01:00
parent d6d7acef04
commit 4bd5d6c097

View File

@ -519,7 +519,6 @@ if ($keywords || $author || $author_id || $search_id || $submit)
// make sure that some arrays are always in the same order
sort($ex_fid_ary);
// @TODO sort($m_approve_fid_ary);
sort($author_id_ary);
if ($search->get_search_query())