liquid_feedback_frontend

diff app/main/area/show.lua @ 795:7878f3c20a86

Fixed missing unit/area info and action links
author bsw
date Fri Jun 29 03:36:59 2012 +0200 (2012-06-29)
parents f52f918b38b8
children ef266d313c85
line diff
     1.1 --- a/app/main/area/show.lua	Fri Jun 29 00:58:51 2012 +0200
     1.2 +++ b/app/main/area/show.lua	Fri Jun 29 03:36:59 2012 +0200
     1.3 @@ -7,7 +7,7 @@
     1.4  util.help("area.show")
     1.5  
     1.6  slot.select("head", function()
     1.7 -  execute.view{ module = "area", view = "_head", params = { area = area, show_content = true } }
     1.8 +  execute.view{ module = "area", view = "_head", params = { area = area, show_content = true, member = app.session.member } }
     1.9  end)
    1.10  
    1.11  ui.container{

Impressum / About Us