[Pkg-owncloud-commits] [owncloud] 25/52: correctFolder() already resolves the dirname internally

David Prévot taffit at moszumanska.debian.org
Mon Dec 2 01:49:39 UTC 2013


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

taffit pushed a commit to branch master
in repository owncloud.

commit 466ed01e5d9dc0f7c813a04bea09adcbe1f25024
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Thu Nov 28 16:31:01 2013 +0100

    correctFolder() already resolves the dirname internally
---
 lib/private/files/cache/updater.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/files/cache/updater.php b/lib/private/files/cache/updater.php
index 9c182c3..1fb47cd 100644
--- a/lib/private/files/cache/updater.php
+++ b/lib/private/files/cache/updater.php
@@ -66,7 +66,7 @@ class Updater {
 			$cache = $storage->getCache($internalPath);
 			$cache->remove($internalPath);
 			$cache->correctFolderSize($parent);
-			self::correctFolder($parent, time());
+			self::correctFolder($path, time());
 			self::correctParentStorageMtime($storage, $internalPath);
 		}
 	}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list