liquid_feedback_frontend

changeset 522:a930d2ab9e76

Fixed error in fixed voting form
author bsw
date Mon Apr 16 23:47:55 2012 +0200 (2012-04-16)
parents 75a95999a410
children 2bb884595995
files app/main/vote/list.lua
line diff
     1.1 --- a/app/main/vote/list.lua	Mon Apr 16 23:43:38 2012 +0200
     1.2 +++ b/app/main/vote/list.lua	Mon Apr 16 23:47:55 2012 +0200
     1.3 @@ -196,6 +196,8 @@
     1.4            local vote = initiative.vote
     1.5            if vote then
     1.6              tempvotings[initiative.id] = vote.grade
     1.7 +          else
     1.8 +            tempvotings[initiative.id] = 0
     1.9            end
    1.10          end
    1.11          local tempvotings_list = {}

Impressum / About Us