diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-17 11:23:22 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-12 14:24:47 +0100 |
commit | 6d223df2f47a330c1bd61d2483de9bc113616068 (patch) | |
tree | b22641904005658b42e4e8906bdc0177c570cfc2 /apps/federation/command | |
parent | 06dac9726ea4ca33c19bbc7791e3a7875705c763 (diff) | |
download | nextcloud-server-6d223df2f47a330c1bd61d2483de9bc113616068.tar.gz nextcloud-server-6d223df2f47a330c1bd61d2483de9bc113616068.zip |
md5 -> sha1
Diffstat (limited to 'apps/federation/command')
-rw-r--r-- | apps/federation/command/syncfederationaddressbooks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federation/command/syncfederationaddressbooks.php b/apps/federation/command/syncfederationaddressbooks.php index 497eba66bec..d152f1b19db 100644 --- a/apps/federation/command/syncfederationaddressbooks.php +++ b/apps/federation/command/syncfederationaddressbooks.php @@ -59,7 +59,7 @@ class SyncFederationAddressBooks extends Command { if (is_null($sharedSecret)) { continue; } - $targetBookId = md5($url); + $targetBookId = sha1($url); $targetPrincipal = "principals/system/system"; $targetBookProperties = [ '{DAV:}displayname' => $url |