liquid_feedback_frontend

changeset 158:39d49cf933d8

fix another not correctly shown case
author Daniel Poelzleithner <poelzi@poelzi.org>
date Fri Oct 08 20:36:56 2010 +0200 (2010-10-08)
parents 24e47baf5f9b
children 5d797c6706d5
files app/main/vote/list.lua
line diff
     1.1 --- a/app/main/vote/list.lua	Fri Oct 08 20:31:09 2010 +0200
     1.2 +++ b/app/main/vote/list.lua	Fri Oct 08 20:36:56 2010 +0200
     1.3 @@ -17,7 +17,9 @@
     1.4    if not member then
     1.5      slot.put_into("error", _"This issue is already closed.")
     1.6    end
     1.7 -  member = app.session.member
     1.8 +  if not member then
     1.9 +    member = app.session.member
    1.10 +  end
    1.11    readonly = true
    1.12  end
    1.13  

Impressum / About Us