mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12366] Fixed missing comma
PHPBB3-12366
This commit is contained in:
parent
c63f2656a8
commit
3c936b055d
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
||||||
'author_id_ary',
|
'author_id_ary',
|
||||||
'search_fields',
|
'search_fields',
|
||||||
'search_id',
|
'search_id',
|
||||||
'start'
|
'start',
|
||||||
);
|
);
|
||||||
extract($phpbb_dispatcher->trigger_event('core.search_get_posts_data', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.search_get_posts_data', compact($vars)));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue