diff options
| author | Arne Schröder, M. A. <schroeder@data-quest.de> | 2025-03-26 11:26:46 +0000 |
|---|---|---|
| committer | Rasmus Fuhse <fuhse@data-quest.de> | 2025-03-26 11:26:46 +0000 |
| commit | 4d6a5d858db94eee5a059ddd605072eb752393c8 (patch) | |
| tree | aa54c64f30103e473a5c8d33e9842841a84469f0 /lib/modules | |
| parent | a4d27f5c0d92d9e3c592ef2d2a908e23b4873e09 (diff) | |
Resolve "ILIAS-Schnittstelle: Inkompatibilität mit ILIAS 9"
Closes #4995
Merge request studip/studip!3888
Diffstat (limited to 'lib/modules')
| -rw-r--r-- | lib/modules/IliasInterfaceModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modules/IliasInterfaceModule.php b/lib/modules/IliasInterfaceModule.php index 54a4916..a4d5a00 100644 --- a/lib/modules/IliasInterfaceModule.php +++ b/lib/modules/IliasInterfaceModule.php @@ -27,7 +27,7 @@ class IliasInterfaceModule extends CorePlugin implements StudipModule, SystemPlu 'my_courses', new Navigation(_('Meine Kurse'), 'dispatch.php/my_ilias_accounts/my_courses') ); - if (!empty($ilias_interface_config['show_tools_page'])) { + if (Seminar_Perm::get()->have_perm('root') || !empty($ilias_interface_config['show_tools_page'])) { $ilias->addSubNavigation( 'my_accounts', new Navigation(_('Meine Lernobjekte und Accounts'), 'dispatch.php/my_ilias_accounts') |
