# HG changeset patch # User bsw # Date 1429730048 -7200 # Node ID baa99640ad6932694d22ee7ff5b97ac8da3a9890 # Parent e0a6eabedd16ac2b69eb5b4f498916e3a9f8083d Fixed decleration of global variable diff -r e0a6eabedd16 -r baa99640ad69 app/main/index/_sidebar_notifications.lua --- a/app/main/index/_sidebar_notifications.lua Wed Apr 15 12:27:54 2015 +0200 +++ b/app/main/index/_sidebar_notifications.lua Wed Apr 22 21:14:08 2015 +0200 @@ -41,6 +41,7 @@ for i, delegation in ipairs(broken_delegations) do local scope local context + local id if delegation.scope == "unit" then scope = _"unit" id = delegation.unit_id