Skip to content

Commit

Permalink
Fix variable name (Bug #13975).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 30, 2015
1 parent 8e72c40 commit 57db23d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions kronolith/docs/CHANGES
Expand Up @@ -2,6 +2,7 @@
v4.2.7-git
----------

[jan] Fix importing iCalendar events via the API (Bug #13975).


------
Expand Down
2 changes: 1 addition & 1 deletion kronolith/lib/Api.php
Expand Up @@ -743,7 +743,7 @@ public function import($content, $contentType, $calendar = null)
$iCal->addComponent($content);
}

$ical_importer = new Kronolith_Icalendar_Handler_Base($ical, $kronolith_driver);
$ical_importer = new Kronolith_Icalendar_Handler_Base($iCal, $kronolith_driver);
return $ical_importer->process();

case 'activesync':
Expand Down
4 changes: 2 additions & 2 deletions kronolith/package.xml
Expand Up @@ -33,7 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
* [jan] Fix importing iCalendar events via the API (Bug #13975).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -2551,7 +2551,7 @@
<date>2015-04-28</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
* [jan] Fix importing iCalendar events via the API (Bug #13975).
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 57db23d

Please sign in to comment.