diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2024-03-14 17:08:26 +0000 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2024-03-14 17:08:26 +0000 |
| commit | 0fb33e2e8ea3a40bd45f72dc16f65419e82a656c (patch) | |
| tree | bb3eff329cd9719c20030ab9d09427f755b9f898 /app/views/course/wizard/steps/basicdata/_user.php | |
| parent | f2f70529462f10f08d7a0ca57bfb50c80e645fa4 (diff) | |
replaced getFullname with getFullName, re #3499
Merge request studip/studip!2660
Diffstat (limited to 'app/views/course/wizard/steps/basicdata/_user.php')
| -rw-r--r-- | app/views/course/wizard/steps/basicdata/_user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/course/wizard/steps/basicdata/_user.php b/app/views/course/wizard/steps/basicdata/_user.php index 320ec7c..9c87659 100644 --- a/app/views/course/wizard/steps/basicdata/_user.php +++ b/app/views/course/wizard/steps/basicdata/_user.php @@ -1,5 +1,5 @@ <div class="<?= $class ?>"> <input type="hidden" name="<?= $inputname ?>[<?= $user->id ?>]" value="1" id="<?= $user->id ?>"/> - <?= htmlReady($user->getFullname('full_rev')) ?> (<?= htmlReady($user->username) ?>) + <?= htmlReady($user->getFullName('full_rev')) ?> (<?= htmlReady($user->username) ?>) <?= Icon::create('trash', 'clickable')->asInput(["name" => 'remove_'.$class.'['.$user->id.']', "onclick" => "return STUDIP.CourseWizard.removePerson('".$user->id."')"]) ?> </div> |
