Diverse behobene Fehler #93

Merged
mg8220s merged 6 commits from bugfix/topic-editor-bilder into dev 2025-01-07 12:27:14 +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') {