diff options
Diffstat (limited to 'app/views/shared/contacts/details.php')
| -rw-r--r-- | app/views/shared/contacts/details.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/contacts/details.php b/app/views/shared/contacts/details.php index f39d200..a4605ce 100644 --- a/app/views/shared/contacts/details.php +++ b/app/views/shared/contacts/details.php @@ -45,7 +45,7 @@ </td> <? if ($object_type === 'Studiengang') : ?> <td> - <?= htmlReady($GLOBALS['MVV_CONTACTS']['TYPE']['values'][$rel['type']]['name']); ?> + <?= htmlReady($GLOBALS['MVV_CONTACTS']['TYPE']['values'][$rel['type']]['name'] ?? ''); ?> </td> <? endif; ?> <td> |
