Skip to content

Commit

Permalink
Update class.ilCourseXMLWriter.php : Added AboStatus() element
Browse files Browse the repository at this point in the history
it was being ignored before
  • Loading branch information
waddahadel authored May 14, 2024
1 parent 69abac9 commit 49e9c0a
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 @@ -332,6 +332,7 @@ public function __buildSetting(): void
$this->xmlElement('MinMembers', null, $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() == ilCourseConstants::IL_CRS_VIEW_TIMING) {
$this->xmlElement('TimingMode', null, $this->course_obj->getTimingMode());
}
Expand Down

0 comments on commit 49e9c0a

Please sign in to comment.