Fix minor typo in src
This commit is contained in:
parent
da8e61e4c7
commit
e3a8d4314d
2
init.lua
2
init.lua
@ -285,7 +285,7 @@ function doc.entry_exists(category_id, entry_id)
|
||||
-- Entry exists
|
||||
return true
|
||||
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
|
||||
end
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user