liquid_feedback_frontend

changeset 176:3f179402127f

Handle nil value when not member
author bsw
date Sun Oct 31 19:53:15 2010 +0100 (2010-10-31)
parents 46b42e3eb290
children b9c8503feff7
files app/main/interest/_show_box.lua
line diff
     1.1 --- a/app/main/interest/_show_box.lua	Sun Oct 31 00:41:41 2010 +0200
     1.2 +++ b/app/main/interest/_show_box.lua	Sun Oct 31 19:53:15 2010 +0100
     1.3 @@ -22,7 +22,7 @@
     1.4              slot.put(_"Your are interested")
     1.5  
     1.6              if interest.autoreject == true or
     1.7 -              (interest.autoreject == nil and membership.autoreject == true)
     1.8 +              (interest.autoreject == nil and membership and membership.autoreject == true)
     1.9              then
    1.10                ui.image{
    1.11                  static = "icons/16/thumb_down_red.png"

Impressum / About Us