From 9c497a7b462a24b980912af669a44bfb82f5bdc2 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sat, 31 May 2014 13:34:04 +0200 Subject: [ticket/12639] Add a test case with an empty keywords list PHPBB3-12639 --- phpBB/phpbb/log/log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb/log') diff --git a/phpBB/phpbb/log/log.php b/phpBB/phpbb/log/log.php index 6217a7fe46..0dce9306df 100644 --- a/phpBB/phpbb/log/log.php +++ b/phpBB/phpbb/log/log.php @@ -395,7 +395,7 @@ class log implements \phpbb\log\log_interface { if ($field == 'keywords') { - $sql_where .= $this->generate_sql_keyword($field_value, '', ''); + $sql_where .= $this->generate_sql_keyword($field_value, '', ' AND'); } else { -- cgit v1.2.1