Teil 2 #94

Merged
mg8220s merged 121 commits from dev into main 2025-01-08 10:16:03 +01:00
Showing only changes of commit e8315d1019 - Show all commits

View File

@@ -52,8 +52,8 @@ if (isset($_GET['subject']) && isset($_GET['topic'])) {
$defaultValues['formulas'] = implode(";;;;", $tasks); $defaultValues['formulas'] = implode(";;;;", $tasks);
$defaultValues['article'] = $editingTopic->getFinishedArticle(); $defaultValues['article'] = $editingTopic->getFinishedArticle();
} }
} else if (isset($_GET['subjectId'])) { } else if (isset($_GET['subject'])) {
$defaultValues['subjectId'] = $_GET['subjectId']; $defaultValues['subjectId'] = $_GET['subject'];
} }
if ($_SERVER['REQUEST_METHOD'] == 'POST') { if ($_SERVER['REQUEST_METHOD'] == 'POST') {