liquid_feedback_frontend

changeset 781:e07c9ce87470

Fixed error in area/show
author bsw
date Fri Jun 29 00:09:31 2012 +0200 (2012-06-29)
parents 9d4398195faf
children e370594368e8
files app/main/area/_head.lua
line diff
     1.1 --- a/app/main/area/_head.lua	Fri Jun 29 00:06:43 2012 +0200
     1.2 +++ b/app/main/area/_head.lua	Fri Jun 29 00:09:31 2012 +0200
     1.3 @@ -26,7 +26,7 @@
     1.4      ui.container{ attr = { class = "content" }, content = function()
     1.5  
     1.6        -- actions (members with appropriate voting right only)
     1.7 -      if app.session.member_id then
     1.8 +      if member then
     1.9  
    1.10          -- membership
    1.11          local membership = Membership:by_pk(area.id, member.id)

Impressum / About Us