Fix bug with simple refs support (not lists)

This commit is contained in:
Denis Koronchik
2017-09-13 19:45:30 +03:00
committed by Patrick Niklaus
parent 5fd77aebb5
commit a05e9c4932
2 changed files with 2 additions and 14 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ function Relations.MatchToRef(relations, ref)
local result_match = {}
for _, r in ipairs(references) do
result_match[r] = nil
result_match[r] = false
end
for _, rel in ipairs(relations) do