Skip to content

Commit

Permalink
Request a full URL for the embed code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 3, 2015
1 parent d2ec737 commit 7939ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/lib/Kronolith.php
Expand Up @@ -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'
Expand Down

0 comments on commit 7939ce8

Please sign in to comment.