diff options
author | Steven Barth <steven@midlink.org> | 2008-05-06 22:43:55 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-06 22:43:55 +0000 |
commit | 89d84aecedbe9609b5d1f6124669fe101e4ad6f1 (patch) | |
tree | ac60052a9dcc67d306555ac90fbc111eb7e61a9e /core | |
parent | 19f41f03ff3cb70742f8ea7b3ed3c7a03b2cfaa0 (diff) |
Diffstat (limited to 'core')
-rw-r--r-- | core/contrib/webuci_bootstrap.lua | 2 |
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) |