Fehler beim Speichern des Erklärtextes behoben

This commit is contained in:
Matthias Grief
2024-12-13 23:06:44 +01:00
parent ec0e5118d2
commit 44768c4847

View File

@@ -271,7 +271,7 @@ class TopicData
} }
if (!(Util::writeFileContent($topicDirectory . "properties.json", $json) 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) && Util::writeFileContent($topicDirectory . "tasks.json", $taskJson)
) )
) { ) {