External news category klopte niet meer na merge

This commit is contained in:
2020-05-03 20:22:19 +02:00
parent be9b351487
commit fa07329e15

View File

@@ -7,7 +7,7 @@ class NewsController extends Controller
{
private static $NEWS_CATEGORY = 1;
private static $CALENDAR_CATEGORY = 42;
private static $EXTERNAL_NEWS_CATEGORY = 0;
private static $EXTERNAL_NEWS_CATEGORY = 44;
private static $BLOG_CATEGORY = 45;
private static $BASE_SQL = <<<QUERY