liquid_feedback_frontend
diff app/main/vote/list.lua @ 522:a930d2ab9e76
Fixed error in fixed voting form
author | bsw |
---|---|
date | Mon Apr 16 23:47:55 2012 +0200 (2012-04-16) |
parents | 7492497005bd |
children | c4144daf6906 |
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 = {}