liquid_feedback_frontend
diff app/main/index/_sidebar_notifications.lua @ 1195:baa99640ad69
Fixed decleration of global variable
author | bsw |
---|---|
date | Wed Apr 22 21:14:08 2015 +0200 (2015-04-22) |
parents | 904f6807f7fa |
children | c0fd12b97d65 |
line diff
1.1 --- a/app/main/index/_sidebar_notifications.lua Wed Apr 15 12:27:54 2015 +0200 1.2 +++ b/app/main/index/_sidebar_notifications.lua Wed Apr 22 21:14:08 2015 +0200 1.3 @@ -41,6 +41,7 @@ 1.4 for i, delegation in ipairs(broken_delegations) do 1.5 local scope 1.6 local context 1.7 + local id 1.8 if delegation.scope == "unit" then 1.9 scope = _"unit" 1.10 id = delegation.unit_id