generate better storage ids

remotes/origin/ldap_group_count
Robin Appelman 11 years ago committed by Bjoern Schiessle
parent ce0aa7d4a8
commit c8c8106168
  1. 2
      apps/files_sharing/lib/external/storage.php

@ -82,7 +82,7 @@ class Storage extends DAV implements ISharedStorage {
* @return string
*/
public function getId() {
return 'shared::' . md5($this->user . '@' . $this->remote);
return 'shared::' . md5($this->token . '@' . $this->remote);
}
public function getCache($path = '') {

Loading…
Cancel
Save