* Fixed an issue that prevented the controller from working with fastindex

This commit is contained in:
Steven Barth 2008-06-06 18:16:56 +00:00
parent 331bd2579d
commit 794a2f537c

View file

@ -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")