liquid_feedback_frontend
diff app/main/member/_show_thumb.lua @ 245:dac08fce1ab7
Changed field active to activated in member views (according to core-2)
| author | bsw | 
|---|---|
| date | Fri Dec 30 03:07:24 2011 +0100 (2011-12-30) | 
| parents | b363a2407d8d | 
| children | 5ca9de94cb13 | 
   line diff
1.1 --- a/app/main/member/_show_thumb.lua Fri Dec 30 03:06:23 2011 +0100 1.2 +++ b/app/main/member/_show_thumb.lua Fri Dec 30 03:07:24 2011 +0100 1.3 @@ -41,7 +41,7 @@ 1.4 attr = { class = "flags" }, 1.5 content = function() 1.6 1.7 - if not member.active then 1.8 + if not member.activated then 1.9 local text = _"Member is deactivated" 1.10 ui.image{ 1.11 attr = { alt = text, title = text },