Verlinkungen zu Editoren eingebaut
This commit is contained in:
@@ -15,8 +15,8 @@ $defaultValues['icon'] = "";
|
||||
|
||||
$errors = array();
|
||||
|
||||
if (isset($_GET['subjectId'])) {
|
||||
$editingSubject = $allSubjects[$_GET['subjectId']];
|
||||
if (isset($_GET['subject'])) {
|
||||
$editingSubject = $allSubjects[$_GET['subject']];
|
||||
|
||||
$defaultValues['displayName'] = $editingSubject->getDisplayName();
|
||||
$defaultValues['id'] = $editingSubject->getId();
|
||||
|
||||
Reference in New Issue
Block a user