Skip to content
Snippets Groups Projects
Commit b7ce03e2 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by David Siegfried
Browse files

prevent php8 warnings on profile page, fixes #2233

Closes #2233

Merge request studip/studip!1463
parent d674bcfb
No related branches found
No related tags found
No related merge requests found
......@@ -85,9 +85,9 @@
<?= $dates ?>
<?= $evaluations ?>
<?= $evaluations ?? '' ?>
<?= $questionnaires ?>
<?= $questionnaires ?? '' ?>
<? if (!empty($ausgabe_inhalt)) : ?>
<? foreach ($ausgabe_inhalt as $key => $inhalt) : ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment