aboutsummaryrefslogtreecommitdiff
path: root/app/views/studiengaenge/informationen/index.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2026-03-09 09:18:53 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2026-03-09 09:25:41 +0100
commit343a471f165dfef235e056caec1955fd9ee423cb (patch)
treec2f865dcbc25695a581e4d655ea2b30a0edc3e1f /app/views/studiengaenge/informationen/index.php
parent6a14782858a297ead2f509652ce914d8aefb5531 (diff)
deprecate asSvg in favor of asImg, fixes #6330
Closes #6330 Merge request studip/studip!4802
Diffstat (limited to 'app/views/studiengaenge/informationen/index.php')
-rw-r--r--app/views/studiengaenge/informationen/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/studiengaenge/informationen/index.php b/app/views/studiengaenge/informationen/index.php
index 9b2fb0b..fcdbc3b 100644
--- a/app/views/studiengaenge/informationen/index.php
+++ b/app/views/studiengaenge/informationen/index.php
@@ -33,7 +33,7 @@
</td>
<td class="dont-hide actions">
<a href="<?= $controller->messagehelper(['fach_id' => $studycourse->fach_id]) ?>" data-dialog>
- <?= Icon::create('mail')->asSvg(
+ <?= Icon::create('mail')->asImg(
['title' => sprintf(
_('Alle Studierenden des Faches %s benachrichtigen.'),
$studycourse->name)