[Pkg-owncloud-commits] [owncloud] 34/273: Don't bother checking for external updates for objectstore storages
David Prévot
taffit at moszumanska.debian.org
Fri Jul 4 03:12:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 92f2a430a81f166a29779be7a7dc694d9f3efa67
Author: Robin Appelman <icewind at owncloud.com>
Date: Tue Jun 24 14:48:59 2014 +0200
Don't bother checking for external updates for objectstore storages
---
lib/private/files/objectstore/objectstorestorage.php | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/lib/private/files/objectstore/objectstorestorage.php b/lib/private/files/objectstore/objectstorestorage.php
index 16b28a6..4bc258a 100644
--- a/lib/private/files/objectstore/objectstorestorage.php
+++ b/lib/private/files/objectstore/objectstorestorage.php
@@ -406,4 +406,14 @@ class ObjectStoreStorage extends \OC\Files\Storage\Common {
return true;
}
-}
\ No newline at end of file
+ /**
+ * external changes are not supported
+ *
+ * @param string $path
+ * @param int $time
+ * @return bool
+ */
+ public function hasUpdated($path, $time) {
+ return false;
+ }
+}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list