From 89d84aecedbe9609b5d1f6124669fe101e4ad6f1 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 6 May 2008 22:43:55 +0000 Subject: [PATCH] --- core/contrib/webuci_bootstrap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0