summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/dispatcher.lua
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-08-06 20:20:40 +0000
committerSteven Barth <steven@midlink.org>2008-08-06 20:20:40 +0000
commit50093ed3d97c763d344f8f6b7bf934e593a92178 (patch)
tree5fa7d666103429e59a88139b5388a3ba24997782 /libs/web/luasrc/dispatcher.lua
parent76982655fa433edd885bbb80bbe74e82fca527e2 (diff)
Moved luci.sys.libpath to luci.util
Diffstat (limited to 'libs/web/luasrc/dispatcher.lua')
-rw-r--r--libs/web/luasrc/dispatcher.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua
index 576db36b41..840dbf3c26 100644
--- a/libs/web/luasrc/dispatcher.lua
+++ b/libs/web/luasrc/dispatcher.lua
@@ -201,7 +201,7 @@ end
--- Generate the dispatching index using the best possible strategy.
function createindex()
- local path = luci.sys.libpath() .. "/controller/"
+ local path = luci.util.libpath() .. "/controller/"
local suff = ".lua"
if luci.util.copcall(require, "luci.fastindex") then