From a1a9fa9d3e23aa76bc8d6fdb566891873ddce646 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Wed, 27 May 2026 17:02:21 +0200 Subject: [PATCH] testing --- php/controller/createArticle-controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/controller/createArticle-controller.php b/php/controller/createArticle-controller.php index 4fc0fc9..c384abd 100644 --- a/php/controller/createArticle-controller.php +++ b/php/controller/createArticle-controller.php @@ -3,9 +3,9 @@ if (!isset($abs_path)) { require_once "path.php"; } -*/ + require_once '/php/model/LocalArticleManager.php'; -/* + try { $articleManager = ArticleManager::getInstance(); }catch (Exception $e){