diff options
Diffstat (limited to 'lib/modules/IliasInterfaceModule.php')
| -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') |
