Skip to content

Commit

Permalink
Fix variable name (Bug #13898).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 23, 2015
1 parent a316c0e commit 0abc25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/lib/Api.php
Expand Up @@ -808,7 +808,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

0 comments on commit 0abc25c

Please sign in to comment.