aboutsummaryrefslogtreecommitdiff
path: root/app/views/shared/contacts/range.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/contacts/range.php')
-rw-r--r--app/views/shared/contacts/range.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/contacts/range.php b/app/views/shared/contacts/range.php
index d66c494..f58b286 100644
--- a/app/views/shared/contacts/range.php
+++ b/app/views/shared/contacts/range.php
@@ -40,7 +40,7 @@
<td><?= htmlReady($mvv_contact->position); ?></td>
<td><?= htmlReady($mvv_contact->name) ?></td>
<? if($range_type !== 'Modul'): ?>
- <td><?= htmlReady($GLOBALS['MVV_CONTACTS']['TYPE']['values'][$mvv_contact->type]['name']) ?></td>
+ <td><?= htmlReady($GLOBALS['MVV_CONTACTS']['TYPE']['values'][$mvv_contact->type]['name'] ?? '') ?></td>
<? endif; ?>
<td><?= htmlReady($mvv_contact->getCategoryDisplayname()); ?></td>
<td ><?= htmlReady($mvv_contact->count_relations); ?></td>