feature/formeln-backend #84

Merged
mg8220s merged 9 commits from feature/formeln-backend into dev 2024-12-14 18:19:32 +01:00
Showing only changes of commit 44768c4847 - Show all commits

View File

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