Fixed last commit
This commit is contained in:
parent
cd53740e0f
commit
c08c0fdede
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ local ucis = require "luci.model.uci".cursor_state()
|
|||
local table = require "table"
|
||||
|
||||
|
||||
module "luci.controller.rpc.uci"
|
||||
module "luci.jsonrpcbind.uci"
|
||||
_M, _PACKAGE, _NAME = nil, nil, nil
|
||||
|
||||
function add(config, ...)
|
||||
|
|
|
@ -16,7 +16,7 @@ $Id$
|
|||
local uvl = require "luci.uvl".UVL()
|
||||
local table = require "table"
|
||||
|
||||
module "luci.controller.rpc.uvl"
|
||||
module "luci.jsonrpcbind.uvl"
|
||||
_M, _PACKAGE, _NAME = nil, nil, nil
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue