From f2889dc6e4aa701f36081b314f38f620cbb1fc88 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Sun, 30 Aug 2015 19:13:01 +0200 Subject: Consolidate webdav code - move all to one app --- lib/private/files/storage/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/files/storage') diff --git a/lib/private/files/storage/common.php b/lib/private/files/storage/common.php index d9fee48bedb..cdd8eefd0d3 100644 --- a/lib/private/files/storage/common.php +++ b/lib/private/files/storage/common.php @@ -372,7 +372,7 @@ abstract class Common implements Storage { * @return string|false */ public function getETag($path) { - $ETagFunction = \OC\Connector\Sabre\Node::$ETagFunction; + $ETagFunction = \OCA\DAV\Connector\Sabre\Node::$ETagFunction; if ($ETagFunction) { $hash = call_user_func($ETagFunction, $path); return $hash; -- cgit v1.2.3