# HG changeset patch # User bsw # Date 1334612875 -7200 # Node ID a930d2ab9e7617f74285ed259ad41f58caab60e6 # Parent 75a95999a4103a8cda9488c3f28264ea05e3de48 Fixed error in fixed voting form diff -r 75a95999a410 -r a930d2ab9e76 app/main/vote/list.lua --- a/app/main/vote/list.lua Mon Apr 16 23:43:38 2012 +0200 +++ b/app/main/vote/list.lua Mon Apr 16 23:47:55 2012 +0200 @@ -196,6 +196,8 @@ local vote = initiative.vote if vote then tempvotings[initiative.id] = vote.grade + else + tempvotings[initiative.id] = 0 end end local tempvotings_list = {}