From 44768c48477e20c908d65226d7521369b007235d Mon Sep 17 00:00:00 2001 From: Matthias Grief Date: Fri, 13 Dec 2024 23:06:44 +0100 Subject: [PATCH] =?UTF-8?q?Fehler=20beim=20Speichern=20des=20Erkl=C3=A4rte?= =?UTF-8?q?xtes=20behoben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webseite/classes/TopicData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webseite/classes/TopicData.php b/webseite/classes/TopicData.php index fdd3b33..7112744 100644 --- a/webseite/classes/TopicData.php +++ b/webseite/classes/TopicData.php @@ -271,7 +271,7 @@ class TopicData } if (!(Util::writeFileContent($topicDirectory . "properties.json", $json) - && Util::writeFileContent($topicDirectory . "article.html", $json) + && Util::writeFileContent($topicDirectory . "article.html", $this->article) && Util::writeFileContent($topicDirectory . "tasks.json", $taskJson) ) ) {