Bug fix in nieuws zoeken

This commit is contained in:
2020-10-17 08:38:56 +02:00
parent b198139428
commit e7b207065f

View File

@@ -150,6 +150,7 @@ QUERY;
. ' LIMIT ' . $start . ', ' . $count, [
'category' => self::$NEWS_CATEGORY,
'secondarycategory' => self::$EXTERNAL_NEWS_CATEGORY,
'target' => self::$WEBSITE_TARGET,
'query' => $query
]);