fixing bug from premature commit

This commit is contained in:
Dennis Luxen
2013-06-26 13:50:07 -04:00
parent 48cb374d94
commit d9a26c4062
+2 -1
View File
@@ -4,7 +4,8 @@ module "Access"
function find_access_tag(source,access_tags_hierachy)
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
end
end