diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-09-22 14:47:55 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-09-22 14:47:55 +0200 |
| commit | 8c3c86e2601552c61c3235a6667e97f41afbadb0 (patch) | |
| tree | 78328ba9c172e2a0b1c27b5cd6f73994ea846db6 /app | |
| parent | d20ac79f3e27e499643e1ea5e4c8f0cab5f0430e (diff) | |
fix error from 525c1e02
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/admin/user/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/user/edit.php b/app/views/admin/user/edit.php index d1b4b62..9204f8f 100644 --- a/app/views/admin/user/edit.php +++ b/app/views/admin/user/edit.php @@ -466,7 +466,7 @@ use Studip\Button, Studip\LinkButton; <ol class="default"> <? foreach ($student_institutes as $i => $inst_membership) : ?> <li> - <?= htmlReady($inst_membership->institute?->name ?? _('Unbekannt')) ?> ?> + <?= htmlReady($inst_membership->institute->name ?? _('Unbekannt')) ?> ?> <? if ($GLOBALS['perm']->have_studip_perm('admin', $inst_membership->institut_id)) : ?> <?= Icon::create('trash')->asInput( |
