Skip to content

Commit

Permalink
Continue on exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 6, 2014
1 parent 7177939 commit 71f73d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kronolith/lib/Driver/Horde.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ protected function _listEvents(Horde_Date $startDate = null,
$event = new Kronolith_Event_Horde($this, $eventsListItem);
} catch (Kronolith_Exception $e) {
Horde::log($e, 'NOTICE');
continue;
}

// Ignore events out of the period.
Expand Down

0 comments on commit 71f73d5

Please sign in to comment.