Skip to content

Commit

Permalink
Don't continue on error condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 22, 2017
1 parent de4d96f commit 3e18412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ public function removeUserData($user)
->create($source, $sourceId);
} catch (Turba_Exception $e) {
Horde::log($e, 'ERR');
continue;
}

try {
Expand Down

0 comments on commit 3e18412

Please sign in to comment.