[Pkg-owncloud-commits] [php-sabredav] 135/163: Tweaks
David Prévot
taffit at moszumanska.debian.org
Tue May 20 18:55:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.
commit 71f578bc2dc2be70b5e1634a6d5564dbd94ee01c
Author: Evert Pot <me at evertpot.com>
Date: Tue May 13 16:25:52 2014 -0400
Tweaks
---
lib/DAV/Browser/Plugin.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/DAV/Browser/Plugin.php b/lib/DAV/Browser/Plugin.php
index d1c05b8..76c7bf7 100644
--- a/lib/DAV/Browser/Plugin.php
+++ b/lib/DAV/Browser/Plugin.php
@@ -545,12 +545,11 @@ HTML;
foreach($mapping as $class=>$val) {
if ($value instanceof $class) {
$view = $val;
+ break;
}
}
}
-
-
list($ns, $localName) = DAV\XMLUtil::parseClarkNotation($name);
$realName = $name;
--
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