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 bffbd47996..6335adbaf2 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -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)));