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){