(no commit message)
authorSteven Barth <steven@midlink.org>
Tue, 6 May 2008 22:43:55 +0000 (22:43 +0000)
committerSteven Barth <steven@midlink.org>
Tue, 6 May 2008 22:43:55 +0000 (22:43 +0000)
core/contrib/webuci_bootstrap.lua

index fd4c47ab572602bc3bdd5b73892bf8c25b3785e7..7339e986c53500a2b7c6b7263b81de5b168bb53c 100644 (file)
@@ -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)