mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:22:37 +02:00
[ticket/14592] Fixed syntax errors from unit tests
PHPBB3-14592
This commit is contained in:
@@ -613,7 +613,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
|||||||
'id_ary',
|
'id_ary',
|
||||||
'start',
|
'start',
|
||||||
'per_page',
|
'per_page',
|
||||||
'total_match_count'
|
'total_match_count',
|
||||||
);
|
);
|
||||||
extract($phpbb_dispatcher->trigger_event('core.search_backend_search_after', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.search_backend_search_after', compact($vars)));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user