aboutsummaryrefslogtreecommitdiff
path: root/lib/modules/IliasInterfaceModule.class.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2022-03-15 10:25:09 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2022-03-15 10:25:09 +0000
commitb66896cdee96bb2d700383d6b38bbf3c81a9691c (patch)
tree9ed5c540099ed1da0f4b44fe9aceedc70d989f93 /lib/modules/IliasInterfaceModule.class.php
parent690e4a6d573966a62ef12d466744b173fe62c371 (diff)
icons on course overview should no longer have the new extra, fixes #777
Diffstat (limited to 'lib/modules/IliasInterfaceModule.class.php')
-rw-r--r--lib/modules/IliasInterfaceModule.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modules/IliasInterfaceModule.class.php b/lib/modules/IliasInterfaceModule.class.php
index 45b3398..f5bc83f 100644
--- a/lib/modules/IliasInterfaceModule.class.php
+++ b/lib/modules/IliasInterfaceModule.class.php
@@ -70,7 +70,7 @@ class IliasInterfaceModule extends CorePlugin implements StudipModule, SystemPlu
$title = CourseConfig::get($course_id)->getValue('ILIAS_INTERFACE_MODULETITLE');
$nav = new Navigation($title, 'dispatch.php/course/ilias_interface/index');
if ($result['neue']) {
- $nav->setImage(Icon::create('learnmodule+new', Icon::ROLE_ATTENTION), [
+ $nav->setImage(Icon::create('learnmodule', Icon::ROLE_ATTENTION), [
'title' => sprintf(
ngettext(
'%1$d Lernobjekt, %2$d neues',