Merge pull request #18477 from owncloud/fed-alwaysdetectremotechanges

Always detect remote changes for fed sharing
This commit is contained in:
Vincent Petry 2015-08-24 12:17:23 +02:00
commit 6848f25c0d
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ class Storage extends DAV implements ISharedStorage {
'user' => $options['token'],
'password' => (string)$options['password']
));
$this->getWatcher()->setPolicy(\OC\Files\Cache\Watcher::CHECK_ONCE);
}
public function getRemoteUser() {