Skip to content
Snippets Groups Projects
Commit 7cd531bb authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

fix php 8 warning

parent 27965f89
No related branches found
No related tags found
No related merge requests found
pluginname=CourseCopy pluginname=CourseCopy
pluginclassname=CourseCopy pluginclassname=CourseCopy
version=1.9.7 version=1.9.8
origin=data-quest origin=data-quest
studipMinVersion=5.0 studipMinVersion=5.0
studipMaxVersion=5.9.99 studipMaxVersion=5.9.99
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
</fieldset> </fieldset>
<? if (is_object($single_course)) : ?> <? if (!empty($single_course) && is_object($single_course)) : ?>
<fieldset> <fieldset>
<legend> <legend>
<?= _("Veranstaltungsname") ?> <?= _("Veranstaltungsname") ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment