[Pkg-owncloud-commits] [php-sabredav] 08/09: CS

David Prévot taffit at moszumanska.debian.org
Mon Jun 1 22:42:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag 3.0.0-beta2
in repository php-sabredav.

commit 19a05ce7bf26610a237c3deeb724a00012ff73d2
Author: Evert Pot <me at evertpot.com>
Date:   Tue May 26 13:58:42 2015 -0400

    CS
---
 lib/DAV/CorePlugin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/DAV/CorePlugin.php b/lib/DAV/CorePlugin.php
index 6347f2a..894a235 100644
--- a/lib/DAV/CorePlugin.php
+++ b/lib/DAV/CorePlugin.php
@@ -841,7 +841,7 @@ class CorePlugin extends ServerPlugin {
         if ($node instanceof IProperties && $propertyNames = $propFind->get404Properties()) {
 
             $nodeProperties = $node->getProperties($propertyNames);
-            foreach($propertyNames as $propertyName) {
+            foreach ($propertyNames as $propertyName) {
                 if (array_key_exists($propertyName, $nodeProperties)) {
                     $propFind->set($propertyName, $nodeProperties[$propertyName], 200);
                 }

-- 
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