summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua
diff options
context:
space:
mode:
authorDennis Dast <mail@ddast.de>2021-09-20 15:56:04 +0200
committerDennis Dast <mail@ddast.de>2021-09-23 00:03:02 +0200
commit29f78ce73fd35978f34d1aa4d7a7697889298d3e (patch)
tree4216a79d0c8ffbc99b4100f8d9c49874331acb41 /applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua
parentb5464a3e6018dc38f87ba3ba52d5285f368f28c4 (diff)
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>
Diffstat (limited to 'applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua')
-rw-r--r--applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua b/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua
index 3440296edf..1ca378d461 100644
--- a/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua
+++ b/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua
@@ -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"),