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 29f78ce73f)
This commit is contained in:
Dennis Dast 2021-09-20 15:56:04 +02:00 committed by Jo-Philipp Wich
parent f20b82f57f
commit 3a8af31ffa
2 changed files with 2 additions and 2 deletions

View file

@ -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")

View file

@ -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"),