Falsche Standardauswahl des Faches beim Erstellen eines neuen Themas behoben
This commit is contained in:
@@ -52,8 +52,8 @@ if (isset($_GET['subject']) && isset($_GET['topic'])) {
|
||||
$defaultValues['formulas'] = implode(";;;;", $tasks);
|
||||
$defaultValues['article'] = $editingTopic->getFinishedArticle();
|
||||
}
|
||||
} else if (isset($_GET['subjectId'])) {
|
||||
$defaultValues['subjectId'] = $_GET['subjectId'];
|
||||
} else if (isset($_GET['subject'])) {
|
||||
$defaultValues['subjectId'] = $_GET['subject'];
|
||||
}
|
||||
|
||||
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
||||
|
||||
Reference in New Issue
Block a user