# HG changeset patch # User jbe # Date 1427149123 -3600 # Node ID 591b78770f66aeab7c7d358baf0e6336a79881e2 # Parent 08adef9f05b9f97dbda7f0f01bf8cc50de3e80d0# Parent 9fed7af9263fdd97c1c48ab8368bc716369d02fc merge diff -r 08adef9f05b9 -r 591b78770f66 app/main/initiative/new.lua --- a/app/main/initiative/new.lua Mon Mar 23 23:17:43 2015 +0100 +++ b/app/main/initiative/new.lua Mon Mar 23 23:18:43 2015 +0100 @@ -155,7 +155,7 @@ slot.put("
") end if not issue_id then - tmp = { { id = -1, name = "" } } + local tmp = { { id = -1, name = "" } } for i, allowed_policy in ipairs(area.allowed_policies) do if not allowed_policy.polling or app.session.member:has_polling_right_for_unit_id(area.unit_id) then tmp[#tmp+1] = allowed_policy