luci-app-radicale2: Fix library loading 5381/head
authorDennis Dast <mail@ddast.de>
Mon, 20 Sep 2021 13:56:04 +0000 (15:56 +0200)
committerDennis Dast <mail@ddast.de>
Wed, 22 Sep 2021 22:03:02 +0000 (00:03 +0200)
This fixes the "Authentication / Users" and "Storage" tab of
luci-app-radicale2.

Signed-off-by: Dennis Dast <mail@ddast.de>
applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua
applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua

index 19a7f0c7539aab1c2ac6be4cbe8ebcba2e15b22c..c77dddea033510ab2938b58947f0391f31f42ea6 100644 (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")
 
index 3440296edfed58114b0aa085bd20b4bc265416af..1ca378d4613c39f80db9e08afa1fdffc1054d73d 100644 (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"),