From b816de9dbfb8cf184db9a7bf3b63ebfe0c72e353 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 13 Jan 2015 13:54:38 +0000 Subject: [PATCH] need to load tutorial-iframe with same protocol as EGroupware, otherwise iframe get blocked because of mixed content --- home/inc/class.home_ui.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/inc/class.home_ui.inc.php b/home/inc/class.home_ui.inc.php index b8851e28ab..ee7254d107 100644 --- a/home/inc/class.home_ui.inc.php +++ b/home/inc/class.home_ui.inc.php @@ -668,8 +668,8 @@ class home_ui if (empty($lang)) $lang = 'en'; $tutorial_url = $lang == 'de' ? - 'http://www.egroupware.org/de/discover/tutorials/egroupware.html' : - 'http://www.egroupware.org/discover/tutorials/egroupware.html'; + '//www.egroupware.org/de/discover/tutorials/egroupware.html' : + '//www.egroupware.org/discover/tutorials/egroupware.html'; translation::add_app('calendar', $lang); $weekview = lang('Weekview');