Don't bother checking for external updates for objectstore storages

remotes/origin/ldap_group_count
Robin Appelman 12 years ago
parent eb97eee964
commit 92f2a430a8
  1. 12
      lib/private/files/objectstore/objectstorestorage.php

@ -406,4 +406,14 @@ class ObjectStoreStorage extends \OC\Files\Storage\Common {
return true;
}
}
/**
* external changes are not supported
*
* @param string $path
* @param int $time
* @return bool
*/
public function hasUpdated($path, $time) {
return false;
}
}

Loading…
Cancel
Save