[Pkg-owncloud-commits] [php-sabredav] 04/45: That interface no longer exists.
David Prévot
taffit at moszumanska.debian.org
Sat Jan 10 14:20:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit dae236d9f6c60c6cdc1c1c5d71f13383cbfbf774
Author: Evert Pot <me at evertpot.com>
Date: Thu Dec 11 14:34:34 2014 -0500
That interface no longer exists.
---
lib/DAV/PartialUpdate/Plugin.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/DAV/PartialUpdate/Plugin.php b/lib/DAV/PartialUpdate/Plugin.php
index a784ee3..404f9c9 100644
--- a/lib/DAV/PartialUpdate/Plugin.php
+++ b/lib/DAV/PartialUpdate/Plugin.php
@@ -83,7 +83,7 @@ class Plugin extends DAV\ServerPlugin {
if ($tree->nodeExists($uri)) {
$node = $tree->getNodeForPath($uri);
- if ($node instanceof IFile || $node instanceof IPatchSupport) {
+ if ($node instanceof IPatchSupport) {
return ['PATCH'];
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list