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> (cherry picked from commit 29f78ce73fd35978f34d1aa4d7a7697889298d3e)
This commit is contained in:
parent
f20b82f57f
commit
3a8af31ffa
@ -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…
x
Reference in New Issue
Block a user