mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:21:43 +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',
|
||||
'start',
|
||||
'per_page',
|
||||
'total_match_count'
|
||||
'total_match_count',
|
||||
);
|
||||
extract($phpbb_dispatcher->trigger_event('core.search_backend_search_after', compact($vars)));
|
||||
|
||||
|
Reference in New Issue
Block a user