mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14592] Fixed syntax errors from unit tests
PHPBB3-14592
This commit is contained in:
parent
4eecc95a42
commit
5b501e594c
1 changed files with 1 additions and 1 deletions
|
@ -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)));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue