Skip to content

Commit

Permalink
Update class.ilCourseXMLWriter.php: added an AboStatus Element
Browse files Browse the repository at this point in the history
as described
  • Loading branch information
waddahadel authored May 14, 2024
1 parent 09b5591 commit 3d25166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Course/classes/class.ilCourseXMLWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ public function __buildSetting()
$this->xmlElement('MinMembers', null, (int) $this->course_obj->getSubscriptionMinMembers());

$this->xmlElement('ViewMode', null, $this->course_obj->getViewMode());
$this->xmlElement('AboStatus', null, $this->course_obj->getAboStatus());
if ($this->course_obj->getViewMode() == IL_CRS_VIEW_TIMING) {
$this->xmlElement('TimingMode', null, $this->course_obj->getTimingMode());
}
Expand Down

0 comments on commit 3d25166

Please sign in to comment.