Merge pull request #5381 from ddast/radicale2_fix
luci-app-radicale2: Fix library loading
This commit is contained in:
commit
21af8a34fd
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
-- Licensed to the public under the Apache License 2.0.
|
-- Licensed to the public under the Apache License 2.0.
|
||||||
|
|
||||||
local rad2 = luci.controller.radicale2
|
local rad2 = require "luci.controller.radicale2"
|
||||||
local fs = require("nixio.fs")
|
local fs = require("nixio.fs")
|
||||||
local util = require("luci.util")
|
local util = require("luci.util")
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
-- Licensed to the public under the Apache License 2.0.
|
-- Licensed to the public under the Apache License 2.0.
|
||||||
|
|
||||||
local rad2 = luci.controller.radicale2
|
local rad2 = require "luci.controller.radicale2"
|
||||||
local fs = require("nixio.fs")
|
local fs = require("nixio.fs")
|
||||||
|
|
||||||
local m = Map("radicale2", translate("Radicale 2.x"),
|
local m = Map("radicale2", translate("Radicale 2.x"),
|
||||||
|
|
Loading…
Reference in a new issue