diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-06-13 13:14:44 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-06-13 13:14:44 +0000 |
| commit | cdba520d92857e679e6cbc6486bd16b0217d8daf (patch) | |
| tree | cce3bd96dd3a9ae9b133703e709dd0ee07d41737 /lib/elearning/Ilias3ContentModule.class.php | |
| parent | 0fa2c1411fb33c79265848e6941189cf2ad7c74d (diff) | |
fix incorrect usage of implode parameters, fixes #2729
Closes #2729
Merge request studip/studip!1847
Diffstat (limited to 'lib/elearning/Ilias3ContentModule.class.php')
| -rw-r--r-- | lib/elearning/Ilias3ContentModule.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/elearning/Ilias3ContentModule.class.php b/lib/elearning/Ilias3ContentModule.class.php index 63857bf..3067575 100644 --- a/lib/elearning/Ilias3ContentModule.class.php +++ b/lib/elearning/Ilias3ContentModule.class.php @@ -62,7 +62,6 @@ class Ilias3ContentModule extends ContentModule $user_name = trim($user_data["title"] . " " . $user_data["firstname"] . " " . $user_data["lastname"]); $this->setAuthors($user_name); } -// echo $object_data["accessInfo"] . ": " . implode($object_data["operations"], "."); $this->setPermissions($object_data["accessInfo"], $object_data["operations"]); } else |
