diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-07-06 13:25:06 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-07-06 13:25:06 +0000 |
| commit | 89512696839235e4b3d2ca135917ae038ff5fc3c (patch) | |
| tree | e7870c1f8313dc39836745408dbb7a01f73a9b4e /lib/elearning/Ilias3ContentModule.class.php | |
| parent | a5813cb77af590aaf2c49aea66f9d33d47b066f6 (diff) | |
fixes 'Method/function should return XY but return statement is missing', fixes #1278
Closes #1278
Merge request studip/studip!783
Diffstat (limited to 'lib/elearning/Ilias3ContentModule.class.php')
| -rw-r--r-- | lib/elearning/Ilias3ContentModule.class.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/elearning/Ilias3ContentModule.class.php b/lib/elearning/Ilias3ContentModule.class.php index 95b2f8f..b1c913c 100644 --- a/lib/elearning/Ilias3ContentModule.class.php +++ b/lib/elearning/Ilias3ContentModule.class.php @@ -122,6 +122,8 @@ class Ilias3ContentModule extends ContentModule } // echo "PERM".implode($this->allowed_operations,"-"); + + return true; } /** |
