liquid_feedback_frontend

changeset 288:ad5d7a4eb13d

Fixed 0 more initiatives bug
author bsw
date Sat Feb 25 12:42:42 2012 +0100 (2012-02-25)
parents ee477a136fd4
children 6f79a181a921
files app/main/initiative/_list.lua
line diff
     1.1 --- a/app/main/initiative/_list.lua	Sat Feb 25 12:04:36 2012 +0100
     1.2 +++ b/app/main/initiative/_list.lua	Sat Feb 25 12:42:42 2012 +0100
     1.3 @@ -195,7 +195,7 @@
     1.4      end
     1.5    }
     1.6  
     1.7 -  if more_initiatives_count then
     1.8 +  if more_initiatives_count and more_initiatives_count > 0 then
     1.9      local text
    1.10      if more_initiatives_count == 1 then
    1.11        text = _("and one more initiative")

Impressum / About Us