summaryrefslogtreecommitdiffstats
path: root/extensions/UserProfile
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/UserProfile')
-rw-r--r--extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl2
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 %]