From 0556677b6c73825afbc63b371957fa5f3f44bff6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Nov 2017 15:02:40 +0100 Subject: [PATCH] Bug fixes e.g. csp and other --- Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller.php b/Controller.php index 580d974..4706868 100644 --- a/Controller.php +++ b/Controller.php @@ -358,7 +358,7 @@ class Controller extends ModuleAbstract implements WebInterface { $mardkownParser = new Markdown(); - $badge = new NewsArticle(); + $badge = new Badge(); $badge->setTitle($request->getData('title') ?? ''); return $badge;