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

lists/foris: fix invalid syntax

parent 5c0a66f2
Branches
Tags
No related merge requests found
......@@ -26,7 +26,7 @@ if for_l10n then
for _, plugin in pairs(foris_plugins) do
local fplugin = "foris-" .. plugin .. "-plugin"
if installed[fplugin] then
for_l10n(fplugin "-l10n-")
for_l10n(fplugin .. "-l10n-")
else
--[[
We are not aware that we should install l10n unless it is installed
......
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