diff options
author | C. Montero Luque <cmonteroluque@users.noreply.github.com> | 2016-03-01 13:35:14 -0500 |
---|---|---|
committer | C. Montero Luque <cmonteroluque@users.noreply.github.com> | 2016-03-01 13:35:14 -0500 |
commit | c51a01b43f514fc50c47de1ed78d2bdfb8572621 (patch) | |
tree | c191f06bd08833e7b4d70a80ca8d9981c97b3d0d /apps/federation/command/syncfederationaddressbooks.php | |
parent | 2d68c1b9450d77d21b08fc66436d286996583589 (diff) | |
parent | 745fdc48007d5d2f29c62266627731bd0ea0aa3d (diff) | |
download | nextcloud-server-c51a01b43f514fc50c47de1ed78d2bdfb8572621.tar.gz nextcloud-server-c51a01b43f514fc50c47de1ed78d2bdfb8572621.zip |
Merge branch 'master' into exclude-custom-data-dir
Diffstat (limited to 'apps/federation/command/syncfederationaddressbooks.php')
-rw-r--r-- | apps/federation/command/syncfederationaddressbooks.php | 1 |
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(); } |