fixing bug from premature commit
This commit is contained in:
parent
48cb374d94
commit
d9a26c4062
@ -4,7 +4,8 @@ module "Access"
|
|||||||
|
|
||||||
function find_access_tag(source,access_tags_hierachy)
|
function find_access_tag(source,access_tags_hierachy)
|
||||||
for i,v in ipairs(access_tags_hierachy) do
|
for i,v in ipairs(access_tags_hierachy) do
|
||||||
if source.tags:Find(v) ~= '' then
|
local tag = source.tags:Find(v)
|
||||||
|
if tag ~= '' then
|
||||||
return tag
|
return tag
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user