summaryrefslogtreecommitdiffstats
path: root/apps/federation/command
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2016-02-26 17:51:20 +0100
committerBjoern Schiessle <schiessle@owncloud.com>2016-02-29 16:50:34 +0100
commit87e47afed85521439c351ae30e9849f0a74a399d (patch)
treea644b7fe1d822deaeee9fb86fd9d10cc952ddf9d /apps/federation/command
parent7189c72c33a03d57473f7e3443193d07bece7c15 (diff)
downloadnextcloud-server-87e47afed85521439c351ae30e9849f0a74a399d.tar.gz
nextcloud-server-87e47afed85521439c351ae30e9849f0a74a399d.zip
remove synced remote address book if the remote server revoked access to his system address book
Diffstat (limited to 'apps/federation/command')
-rw-r--r--apps/federation/command/syncfederationaddressbooks.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/federation/command/syncfederationaddressbooks.php b/apps/federation/command/syncfederationaddressbooks.php
index 61703d9d4e4..72d12e59b22 100644
--- a/apps/federation/command/syncfederationaddressbooks.php
+++ b/apps/federation/command/syncfederationaddressbooks.php
@@ -40,6 +40,7 @@ class SyncFederationAddressBooks extends Command {
$this->syncService->syncThemAll(function($url, $ex) use ($progress, $output) {
if ($ex instanceof \Exception) {
$output->writeln("Error while syncing $url : " . $ex->getMessage());
+
} else {
$progress->advance();
}