aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index 301c29cd44..7583cd9e10 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -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)));