[ticket/14592] Fixed syntax errors from unit tests

PHPBB3-14592
This commit is contained in:
Erwan Nader 2016-07-24 18:10:45 +02:00
parent 4eecc95a42
commit 5b501e594c

View file

@ -613,7 +613,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
'id_ary',
'start',
'per_page',
'total_match_count'
'total_match_count',
);
extract($phpbb_dispatcher->trigger_event('core.search_backend_search_after', compact($vars)));