# HG changeset patch # User bsw # Date 1460955399 -7200 # Node ID ae8e1dbb8de994a147a222c2ec4a60c222ec223f # Parent 8e0f30273edb9030d864b44cbbcbe4e605df8aa1 Fix operator precedence diff -r 8e0f30273edb -r ae8e1dbb8de9 model/initiative_for_notification.lua --- a/model/initiative_for_notification.lua Mon Apr 18 06:55:27 2016 +0200 +++ b/model/initiative_for_notification.lua Mon Apr 18 06:56:39 2016 +0200 @@ -37,7 +37,7 @@ return end - if not #initiatives_for_notification > 0 then + if #initiatives_for_notification < 1 then return end