From cbfb59880775ab09074e62fda5b6f44be840ebaa Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 29 Apr 2014 14:15:36 +0800 Subject: fix accounts always showing as disabled on user profile --- extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/UserProfile') 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 @@ Email [% target.login FILTER html %] - [% " (disabled)" UNLESS target.enabled %] + [% " (disabled)" UNLESS target.is_enabled %] [% END %] -- cgit v1.2.3-24-g4f1b