aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/globalsearch/GlobalSearchStudygroups.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/classes/globalsearch/GlobalSearchStudygroups.php')
-rw-r--r--lib/classes/globalsearch/GlobalSearchStudygroups.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/classes/globalsearch/GlobalSearchStudygroups.php b/lib/classes/globalsearch/GlobalSearchStudygroups.php
index 74bc11f..a9f1398 100644
--- a/lib/classes/globalsearch/GlobalSearchStudygroups.php
+++ b/lib/classes/globalsearch/GlobalSearchStudygroups.php
@@ -188,21 +188,21 @@ class GlobalSearchStudygroups extends GlobalSearchModule implements GlobalSearch
'decline-circle',
Icon::ROLE_STATUS_YELLOW,
tooltip2(_('Eingeschränkter Zugang'))
- )->asSvg();
+ )->asImg();
break;
case 2:
$admission_state = Icon::create(
'decline-circle',
Icon::ROLE_STATUS_RED,
tooltip2(_('Kein Zugang'))
- )->asSvg();
+ )->asImg();
break;
default:
$admission_state = Icon::create(
'check-circle',
Icon::ROLE_STATUS_GREEN,
tooltip2(_('Uneingeschränkter Zugang'))
- )->asSvg();
+ )->asImg();
}
}