From 7939ce836f78997fc7fddb93582fa195ae899218 Mon Sep 17 00:00:00 2001 From: Michael J Rubinsky Date: Mon, 2 Nov 2015 22:05:38 -0500 Subject: [PATCH] Request a full URL for the embed code. --- kronolith/lib/Kronolith.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index ce67ff1315d..5f2e66b71e2 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -1769,7 +1769,7 @@ static public function feedUrl($calendar) static public function embedCode($calendar) { /* Get the base url */ - $url = $GLOBALS['registry']->getServiceLink('ajax', 'kronolith')->add(array( + $url = $GLOBALS['registry']->getServiceLink('ajax', 'kronolith', true)->add(array( 'calendar' => 'internal_' . $calendar, 'container' => 'kronolithCal', 'view' => 'Month'