Skip to content

Commit 415ce4b

Browse files
Course/SOAP: Fix that title defaults to dummy when using updateCourse
See: https://mantis.ilias.de/view.php?id=42079
1 parent 186ba4c commit 415ce4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webservice/soap/classes/class.ilSoapCourseAdministration.php

+1
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ public function updateCourse(string $sid, int $course_id, string $xml)
398398
include_once 'Modules/Course/classes/class.ilCourseXMLParser.php';
399399

400400
$xml_parser = new ilCourseXMLParser($tmp_course);
401+
$xml_parser->setMode(ilCourseXMLParser::MODE_SOAP);
401402
$xml_parser->setXMLContent($xml);
402403
$xml_parser->startParsing();
403404
$tmp_course->MDUpdateListener('General');

0 commit comments

Comments
 (0)