From 3c936b055d3eebe2555534f77f838c92c461861f Mon Sep 17 00:00:00 2001 From: PayBas Date: Fri, 2 May 2014 17:01:59 +0200 Subject: [PATCH] [ticket/12366] Fixed missing comma PHPBB3-12366 --- phpBB/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)));