luci-app-radicale2: Fix library loading
This fixes the "Authentication / Users" and "Storage" tab of luci-app-radicale2. Signed-off-by: Dennis Dast <mail@ddast.de>
This commit is contained in:
parent
b5464a3e60
commit
29f78ce73f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
-- 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 util = require("luci.util")
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
-- 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 m = Map("radicale2", translate("Radicale 2.x"),
|
||||
|
|
Loading…
Reference in a new issue