diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-03-15 10:25:09 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-03-15 10:25:09 +0000 |
| commit | b66896cdee96bb2d700383d6b38bbf3c81a9691c (patch) | |
| tree | 9ed5c540099ed1da0f4b44fe9aceedc70d989f93 /lib/modules/LtiToolModule.class.php | |
| parent | 690e4a6d573966a62ef12d466744b173fe62c371 (diff) | |
icons on course overview should no longer have the new extra, fixes #777
Diffstat (limited to 'lib/modules/LtiToolModule.class.php')
| -rw-r--r-- | lib/modules/LtiToolModule.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modules/LtiToolModule.class.php b/lib/modules/LtiToolModule.class.php index c342a9e..3093615 100644 --- a/lib/modules/LtiToolModule.class.php +++ b/lib/modules/LtiToolModule.class.php @@ -41,7 +41,7 @@ class LtiToolModule extends CorePlugin implements StudipModule, SystemPlugin, Pr $changed = LtiData::countBySQL('course_id = ? AND chdate > ?', [$course_id, $last_visit]); $icon = $changed - ? Icon::create('link-extern+new', Icon::ROLE_NEW) + ? Icon::create('link-extern', Icon::ROLE_NEW) : Icon::create('link-extern', Icon::ROLE_CLICKABLE); $navigation = new Navigation($title, 'dispatch.php/course/lti'); |
