mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
[ticket/12639] Add a test case with an empty keywords list
PHPBB3-12639
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user