Merge pull request #5381 from ddast/radicale2_fix

luci-app-radicale2: Fix library loading
This commit is contained in:
Jo-Philipp Wich 2021-10-08 20:14:58 +02:00 committed by GitHub
commit 21af8a34fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"),