summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-radicale2/luasrc/view/cbi
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-radicale2/luasrc/view/cbi')
-rw-r--r--applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm b/applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm
index 2f449d7b0b..1bcf388bd6 100644
--- a/applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm
+++ b/applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm
@@ -1,7 +1,7 @@
<%
local uci = require "luci.model.uci".cursor()
local http_port = uci:get("radicale2", "server", "host")
-local usessl = uci:get("radicale2", "server", "ssl")
+local usessl = uci:get_bool("radicale2", "server", "ssl")
if type(http_port) == "table" then
http_port = http_port[1]
end