From 5b501e594c03a6e7d35be28b8b28a3b87df4e1e6 Mon Sep 17 00:00:00 2001 From: Erwan Nader Date: Sun, 24 Jul 2016 18:10:45 +0200 Subject: [PATCH] [ticket/14592] Fixed syntax errors from unit tests PHPBB3-14592 --- phpBB/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)));