Skip to content
Snippets Groups Projects
Verified Commit d3d51d4a authored by Karel Koci's avatar Karel Koci :metal:
Browse files

lists: fix check is foris plugin is installed

parent 7d61e8e1
No related merge requests found
......@@ -24,7 +24,7 @@ if for_l10n then
for_l10n("foris-l10n-")
for_l10n('pkglists-l10n-')
for _, plugin in pairs(foris_plugins) do
if installed[plugin] then
if installed["foris-" .. plugin .. "-plugin"] then
for_l10n("foris-" .. plugin .. "-plugin-l10n-")
end
end
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment