mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 00:21:42 +02:00
[ticket/12366] Fixed missing comma
PHPBB3-12366
This commit is contained in:
@@ -690,7 +690,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
||||
'author_id_ary',
|
||||
'search_fields',
|
||||
'search_id',
|
||||
'start'
|
||||
'start',
|
||||
);
|
||||
extract($phpbb_dispatcher->trigger_event('core.search_get_posts_data', compact($vars)));
|
||||
|
||||
|
Reference in New Issue
Block a user