aboutsummaryrefslogtreecommitdiff
path: root/app/views/fachabschluss/faecher/details.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:18:53 +0100
commit08da9f257ff4efc98dd058e81984ac9bd6e46639 (patch)
tree5e397bb3771fa096b30d435a12bc6ab8687751b2 /app/views/fachabschluss/faecher/details.php
parentef89c567131c55840192820ed7510497d970f36d (diff)
deprecate asSvg in favor of asImg, fixes #6330
Closes #6330 Merge request studip/studip!4802
Diffstat (limited to 'app/views/fachabschluss/faecher/details.php')
-rw-r--r--app/views/fachabschluss/faecher/details.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/fachabschluss/faecher/details.php b/app/views/fachabschluss/faecher/details.php
index b8abf4e..ad773cd 100644
--- a/app/views/fachabschluss/faecher/details.php
+++ b/app/views/fachabschluss/faecher/details.php
@@ -13,7 +13,7 @@
<td class="actions">
<? if (MvvPerm::havePermWrite($abschluss)) : ?>
<a data-dialog href="<?= $controller->action_link('abschluss/' . $abschluss->id) ?>">
- <?= Icon::create('edit', Icon::ROLE_CLICKABLE, ['title' => _('Abschluss bearbeiten')])->asSvg(); ?>
+ <?= Icon::create('edit', Icon::ROLE_CLICKABLE, ['title' => _('Abschluss bearbeiten')])->asImg(); ?>
</a>
<? endif; ?>
</td>