diff --git a/core/module/course/view/edit/edit.php b/core/module/course/view/edit/edit.php index f85c02b..d608f1a 100644 --- a/core/module/course/view/edit/edit.php +++ b/core/module/course/view/edit/edit.php @@ -27,7 +27,7 @@
'Auteur', - 'value' => $this->getdata(['course', $this->getUrl(2), 'author']) + 'selected' => $this->getdata(['course', $this->getUrl(2), 'author']) ]); ?>
diff --git a/core/module/course/view/manage/manage.php b/core/module/course/view/manage/manage.php index 822134d..59c99ca 100644 --- a/core/module/course/view/manage/manage.php +++ b/core/module/course/view/manage/manage.php @@ -64,7 +64,7 @@
'Auteur', - 'value' => $this->getdata(['course', $this->getUrl(2), 'author']), + 'selected' => $this->getdata(['course', $this->getUrl(2), 'author']), 'disabled' => true, ]); ?>