diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2022-10-26 10:32:43 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2022-10-26 10:32:43 +0000 |
| commit | e1af76a74550bcdd55eb48b9a32f39f468a466cd (patch) | |
| tree | 9b318bcdbe749ae62f3b6fc4476d4d0aa14ea2d3 /lib/elearning/Ilias4ContentModule.class.php | |
| parent | 11eefe375e36c8e99cf28019d5d66b2eb8b4d5a9 (diff) | |
fix for BIESt 1283, closes #1283
Closes #1283
Merge request studip/studip!1066
Diffstat (limited to 'lib/elearning/Ilias4ContentModule.class.php')
| -rw-r--r-- | lib/elearning/Ilias4ContentModule.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/elearning/Ilias4ContentModule.class.php b/lib/elearning/Ilias4ContentModule.class.php index 1d5392e..f8552c3 100644 --- a/lib/elearning/Ilias4ContentModule.class.php +++ b/lib/elearning/Ilias4ContentModule.class.php @@ -28,7 +28,7 @@ class Ilias4ContentModule extends Ilias3ContentModule * @param string $module_type module-type * @param string $cms_type system-type */ - function __construct($module_id = "", $module_type, $cms_type) + function __construct($module_id, $module_type, $cms_type) { parent::__construct($module_id, $module_type, $cms_type); } @@ -103,4 +103,4 @@ class Ilias4ContentModule extends Ilias3ContentModule } return false; } -}
\ No newline at end of file +} |
