* luci/statistics: moving the graph controller to admin caused the images to be gener...
[project/luci.git] / libs / web / luasrc / dispatcher.lua
index e3d8ac0d483e490791b21cda527b679e8cf3014f..ef6c6881b4fa2b32d0ba206549c6531996eec7f7 100644 (file)
@@ -24,6 +24,7 @@ limitations under the License.
 
 ]]--
 module("luci.dispatcher", package.seeall)
+require("luci.init")
 require("luci.http")
 require("luci.sys")
 require("luci.fs")
@@ -335,6 +336,8 @@ function node(...)
                c = c.nodes[v]
        end
 
+       c.path = arg
+
        return c
 end