aboutsummaryrefslogtreecommitdiff
path: root/app/views/admin/datafields/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/datafields/index.php')
-rw-r--r--app/views/admin/datafields/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/datafields/index.php b/app/views/admin/datafields/index.php
index de4b512..e62b8d6 100644
--- a/app/views/admin/datafields/index.php
+++ b/app/views/admin/datafields/index.php
@@ -108,7 +108,7 @@
<?= $val->object_class !== null ? htmlReady($GLOBALS['INST_TYPE'][$val->object_class]['name']) : _('alle')?>
<? elseif ($key === 'moduldeskriptor' || $key === 'modulteildeskriptor') : ?>
<?= $val->object_class !== null ? htmlReady(implode(', ', array_map(function ($class) {
- return Config::get()->CONTENT_LANGUAGES[$class]['name'];
+ return $GLOBALS['MVV_MODULTEIL_DESKRIPTOR']['SPRACHE']['values'][$class]['name'];
}, explode(',', $val->object_class)))) : _('alle')?>
<? elseif ($key === 'studycourse'): ?>
<? $object_classes =