aboutsummaryrefslogtreecommitdiff
path: root/lib/elearning/Ilias3ContentModule.class.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2022-07-01 15:02:02 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2022-07-01 15:02:02 +0000
commit3fb989eebb7db40284cd8d9b023b1b2758260fd8 (patch)
tree16da384180723cc4fa7b9d498858c3376e9c84a7 /lib/elearning/Ilias3ContentModule.class.php
parent7bbef588b396afb78375612ff70e6940b9f07670 (diff)
make class ContentModule and method readData abstract (and fix constructor...
Closes #1252 Merge request studip/studip!767
Diffstat (limited to 'lib/elearning/Ilias3ContentModule.class.php')
-rw-r--r--lib/elearning/Ilias3ContentModule.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elearning/Ilias3ContentModule.class.php b/lib/elearning/Ilias3ContentModule.class.php
index 1304c6c..95b2f8f 100644
--- a/lib/elearning/Ilias3ContentModule.class.php
+++ b/lib/elearning/Ilias3ContentModule.class.php
@@ -28,7 +28,7 @@ class Ilias3ContentModule extends ContentModule
* @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);
if ($module_id != "")