Skip to content

Commit

Permalink
Bug: 13828 Fix generating embed code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 26, 2015
1 parent b590e57 commit f5aad7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/lib/Kronolith.php
Expand Up @@ -1772,7 +1772,7 @@ static public function embedCode($calendar)
$url = $GLOBALS['registry']->getServiceLink('ajax', 'kronolith')->add(array(
'calendar' => 'internal_' . $calendar,
'container' => 'kronolithCal',
'view' => 'month'
'view' => 'Month'
));
$url->url .= 'embed';

Expand Down

0 comments on commit f5aad7a

Please sign in to comment.