From 8cc5247429f20f12a0db4687dfb4054c773c6042 Mon Sep 17 00:00:00 2001 From: Andre van Zuydam Date: Thu, 24 Dec 2020 11:20:30 +0200 Subject: [PATCH] CMS fixes --- routes/articles.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/routes/articles.php b/routes/articles.php index 0b2bdc2..8e2b769 100644 --- a/routes/articles.php +++ b/routes/articles.php @@ -74,8 +74,6 @@ } $article->slug = (new Content())->getSlug($request->data->title); - - break; case "update": if (!empty($request->params["article_categories"])) {