Code Quality

This commit is contained in:
cgfhtw
2023-03-10 09:28:04 +01:00
parent 555b8f4e6b
commit f9975eb530
7 changed files with 46 additions and 19 deletions
@@ -149,7 +149,9 @@ class Mylv extends Auth_Controller
$key = $set->lvinfo_set_kurzbz;
if (!isset($lvi->data[$key]))
continue;
$info['header'] = $set->lvinfo_set_bezeichnung[$lvi->sprache];
$info = [
'header' => $set->lvinfo_set_bezeichnung[$lvi->sprache]
];
if (isset($set->einleitungstext[$lvi->sprache]))
$info['subheader'] = $set->einleitungstext[$lvi->sprache];
switch ($set->lvinfo_set_typ)