This fixes the "Authentication / Users" and "Storage" tab of
luci-app-radicale2.
Signed-off-by: Dennis Dast <mail@ddast.de>
-- 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")
-- 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"),