summaryrefslogtreecommitdiffhomepage
path: root/core
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-06 22:43:55 +0000
committerSteven Barth <steven@midlink.org>2008-05-06 22:43:55 +0000
commit89d84aecedbe9609b5d1f6124669fe101e4ad6f1 (patch)
treeac60052a9dcc67d306555ac90fbc111eb7e61a9e /core
parent19f41f03ff3cb70742f8ea7b3ed3c7a03b2cfaa0 (diff)
Diffstat (limited to 'core')
-rw-r--r--core/contrib/webuci_bootstrap.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/contrib/webuci_bootstrap.lua b/core/contrib/webuci_bootstrap.lua
index fd4c47ab5..7339e986c 100644
--- a/core/contrib/webuci_bootstrap.lua
+++ b/core/contrib/webuci_bootstrap.lua
@@ -3,8 +3,8 @@ package.cpath = "/usr/lib/lua/?.so;" .. package.cpath
module("webuci", package.seeall)
function prepare_req(uri)
- require("ffluci.menu").get()
REQUEST_URI = uri
+ require("ffluci.menu").get()
end
function init_req(context)