diff options
Diffstat (limited to 'app/views/course/wizard/steps/basicdata/index.php')
| -rw-r--r-- | app/views/course/wizard/steps/basicdata/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/course/wizard/steps/basicdata/index.php b/app/views/course/wizard/steps/basicdata/index.php index e1f10a4..f19643a 100644 --- a/app/views/course/wizard/steps/basicdata/index.php +++ b/app/views/course/wizard/steps/basicdata/index.php @@ -123,7 +123,7 @@ </div> </section> -<?php if ($dsearch) : ?> +<?php if (isset($dsearch)) : ?> <section> <label for="deputy_id_3"> <?= _('Vertretungen') ?> |
