diff options
Diffstat (limited to 'extensions/UserProfile/template')
-rw-r--r-- | extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl index a8760d96e..b7f7e56f2 100644 --- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl +++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl @@ -70,7 +70,7 @@ <th>Email</th> <td colspan="2"> <a href="mailto:[% target.login FILTER uri %]">[% target.login FILTER html %]</a> - [% " (disabled)" UNLESS target.enabled %] + [% " (disabled)" UNLESS target.is_enabled %] </td> </tr> [% END %] |