Skip to content

Commit

Permalink
Unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 29, 2014
1 parent b4a8e75 commit 6a371d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/lib/Api.php
Expand Up @@ -1119,7 +1119,7 @@ public function replace($uid, $content, $contentType, $calendar = null)
}

try {
$rid = $component->getAttribute('RECURRENCE-ID');
$component->getAttribute('RECURRENCE-ID');
$this->_addiCalEvent($component, Kronolith::getDriver(null, $calendar), true);
} catch (Horde_Icalendar_Exception $e) {
$event->fromiCalendar($component);
Expand Down

0 comments on commit 6a371d8

Please sign in to comment.