diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-05-07 16:04:05 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-05-07 16:04:22 +0200 |
| commit | 59c6b7f62e2d3d27cd1a4027cd18be5b9a21f64e (patch) | |
| tree | cad5997a838fc990ce8529392fc553f850d338ac /app | |
| parent | 08d02aa1fe9bd0d1e7862137b7f1ff98dcbf66d2 (diff) | |
re #4128
Diffstat (limited to 'app')
| -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') ?> |
