diff options
| author | lsces <lester@lsces.co.uk> | 2025-08-29 13:23:30 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2025-08-29 13:23:30 +0100 |
| commit | b49e78e70e9dad924a750d840e1778940fef003f (patch) | |
| tree | c820c81782a72f4567aca0ae8613f57c7cdc6f1a /templates | |
| parent | c663ffd212f6055884fdb60a3b08e50c920a5e1a (diff) | |
| download | users-b49e78e70e9dad924a750d840e1778940fef003f.tar.gz users-b49e78e70e9dad924a750d840e1778940fef003f.tar.bz2 users-b49e78e70e9dad924a750d840e1778940fef003f.zip | |
Template bits updated to PHP8.4 and namespace
Diffstat (limited to 'templates')
| -rwxr-xr-x[-rw-r--r--] | templates/admin_assign_role_user.tpl | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | templates/admin_assign_user.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_assign_role_user.tpl b/templates/admin_assign_role_user.tpl index ee91a8a..016c8c5 100644..100755 --- a/templates/admin_assign_role_user.tpl +++ b/templates/admin_assign_role_user.tpl @@ -16,7 +16,7 @@ <div class="form-group"> {formlabel label="Username"} {forminput} - {$assignUser->getDisplayName(TRUE)} + {$assignUser->getDisplayName(true)} {/forminput} </div> diff --git a/templates/admin_assign_user.tpl b/templates/admin_assign_user.tpl index dac3a38..1bb37bb 100644..100755 --- a/templates/admin_assign_user.tpl +++ b/templates/admin_assign_user.tpl @@ -18,7 +18,7 @@ <div class="form-group"> {formlabel label="Username"} {forminput} - {$assignUser->getDisplayName(TRUE)} + {$assignUser->getDisplayName(true)} {/forminput} </div> |
