* luci/libs/core: added inline documentation to luci.util, reordered and renamed...
[project/luci.git] / libs / web / luasrc / dispatcher.lua
index e44519a..682511d 100644 (file)
@@ -256,7 +256,7 @@ function createindex_plain(path, suffix)
                                index[module] = mod.index
                                
                                if cache then
-                                       luci.fs.writefile(cachefile, luci.util.dump(mod.index))
+                                       luci.fs.writefile(cachefile, luci.util.get_bytecode(mod.index))
                                end
                        end
                else