Fix minor typo in src

This commit is contained in:
Wuzzy 2016-11-18 18:20:30 +01:00
parent da8e61e4c7
commit e3a8d4314d

View File

@ -285,7 +285,7 @@ function doc.entry_exists(category_id, entry_id)
-- Entry exists -- Entry exists
return true return true
else else
-- Entry of this ID does not exist, so we check if there's an alis for it -- Entry of this ID does not exist, so we check if there's an alias for it
return doc.data.categories[category_id].entry_aliases[entry_id] ~= nil return doc.data.categories[category_id].entry_aliases[entry_id] ~= nil
end end
else else