liquid_feedback_frontend

diff app/main/delegation/_info.lua @ 526:18cd8595459b

Fixes for public access
author bsw
date Fri May 18 19:21:45 2012 +0200 (2012-05-18)
parents 63d6549cc00b
children 5ca9de94cb13
line diff
     1.1 --- a/app/main/delegation/_info.lua	Fri May 18 19:07:07 2012 +0200
     1.2 +++ b/app/main/delegation/_info.lua	Fri May 18 19:21:45 2012 +0200
     1.3 @@ -1,3 +1,7 @@
     1.4 +if not app.session.member_id then
     1.5 +  return
     1.6 +end
     1.7 +
     1.8  local unit  = param.get("unit", "table")
     1.9  local area  = param.get("area", "table")
    1.10  local issue = param.get("issue", "table")

Impressum / About Us