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

David Prévot taffit at moszumanska.debian.org
Tue Jan 5 03:12:56 UTC 2016


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

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

commit 655ee2ca05c8b226d1a4ec4ec28478b2c868b19e
Author: Evert Pot <me at evertpot.com>
Date:   Tue Oct 27 00:27:17 2015 -0400

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

diff --git a/lib/DAV/Tree.php b/lib/DAV/Tree.php
index 2df5444..0548329 100644
--- a/lib/DAV/Tree.php
+++ b/lib/DAV/Tree.php
@@ -194,7 +194,7 @@ class Tree {
         $node = $this->getNodeForPath($path);
         $children = $node->getChildren();
         $basePath = trim($path, '/');
-        if ($basePath !== '') $basePath.='/';
+        if ($basePath !== '') $basePath .= '/';
 
         foreach ($children as $child) {
 

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