Scope compatibility fixes
[oweals/luci.git] / libs / web / luasrc / dispatcher.lua
index 2323cf8d2980f5352b4f8bb03b8a76197b8921e8..8773974cf38c03b899ce36e875e0e5d5f5178afe 100644 (file)
@@ -32,7 +32,7 @@ local util = require "luci.util"
 local http = require "luci.http"
 
 module("luci.dispatcher", package.seeall)
-context = luci.util.threadlocal()
+context = util.threadlocal()
 
 authenticator = {}