summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/ccache.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-base/luasrc/ccache.lua')
-rw-r--r--modules/luci-base/luasrc/ccache.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/ccache.lua b/modules/luci-base/luasrc/ccache.lua
index bcc76e6a7b..d3be7cba6c 100644
--- a/modules/luci-base/luasrc/ccache.lua
+++ b/modules/luci-base/luasrc/ccache.lua
@@ -61,7 +61,7 @@ function cache_enable(cachepath, mode)
package.loaders[2] = function(mod)
local encoded = cachepath .. "/" .. _encode_filename(mod)
local modcons = _load_sane(encoded)
-
+
if modcons then
return modcons
end