From: Steven Barth Date: Fri, 6 Jun 2008 18:16:56 +0000 (+0000) Subject: * Fixed an issue that prevented the controller from working with fastindex X-Git-Tag: 0.8.0~872 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=794a2f537c2235779995192e91c482caf455b9e5;ds=sidebyside * Fixed an issue that prevented the controller from working with fastindex --- diff --git a/modules/admin-core/luasrc/controller/admin/uci.lua b/modules/admin-core/luasrc/controller/admin/uci.lua index bb8a39185..fc70b9b41 100644 --- a/modules/admin-core/luasrc/controller/admin/uci.lua +++ b/modules/admin-core/luasrc/controller/admin/uci.lua @@ -1,6 +1,4 @@ module("luci.controller.admin.uci", package.seeall) -require("luci.util") -require("luci.sys") function index() node("admin", "uci", "changes").target = call("action_changes")