Skip to content

Commit

Permalink
Continue if there is an error.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 5, 2016
1 parent 7e4100e commit 3de44b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -1778,6 +1778,7 @@ public function getField($address = '', $field = '', $sources = array(),
$list = $sdriver->search($criterium, null, 'OR', array(), $strict ? array_keys($criterium) : array());
} catch (Turba_Exception $e) {
Horde::log($e, 'ERR');
continue;
}

if ($list instanceof Turba_List) {
Expand Down

0 comments on commit 3de44b1

Please sign in to comment.