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:
Dennis Dast 2021-09-20 15:56:04 +02:00
parent b5464a3e60
commit 29f78ce73f
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"),