rules: Move tags into the same group as tag

Unrelated to this PR, but found while doing a review.
This commit is contained in:
Emmanuel Lepage Vallee 2017-01-27 12:57:32 -05:00
parent 0bf8bb6a64
commit 5f693ead30
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ function rules.extra_properties.placement(c, value)
end end
end end
function rules.extra_properties.tags(c, value, props) function rules.high_priority_properties.tags(c, value, props)
local current = c:tags() local current = c:tags()
local tags, s = {}, nil local tags, s = {}, nil