From 964f5e84ea35d74f304b7df805b85c40d58324af Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 12 Jun 2018 16:16:09 +0200 Subject: [PATCH] Fix Etherpad integration --- templates/default/join.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/join.html.ep b/templates/default/join.html.ep index 768c0b7..644fc0e 100644 --- a/templates/default/join.html.ep +++ b/templates/default/join.html.ep @@ -551,7 +551,7 @@ enabled: <%= get_opt_features->{etherpad} ? 'true' : 'false' %>, % if (get_opt_features->{etherpad}){ % my $ethuri = Mojo::URL->new($config->{'etherpad.uri'}); - host: "<%= $ethuri->scheme . '://' . $ethuri->authority %>", + host: "<%= $ethuri->scheme . '://' . $ethuri->host %>", path: "<%= $ethuri->path . '/p/' %>", group: "<%= $etherpadGroup %>" % }