[Pkg-owncloud-commits] [owncloud] 01/07: Fixed deleting old file versions Fixes https://github.com/owncloud/core/issues/3279

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:14:34 UTC 2013


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

taffit pushed a commit to annotated tag v4.5.13
in repository owncloud.

commit 140a765731a2c0563eee2610ee9f8343d5849746
Author: RealRancor <Fisch.666 at gmx.de>
Date:   Fri May 17 11:02:23 2013 +0200

    Fixed deleting old file versions Fixes https://github.com/owncloud/core/issues/3279
    
    Should fix https://github.com/owncloud/core/issues/3279
---
 apps/files_versions/lib/versions.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_versions/lib/versions.php b/apps/files_versions/lib/versions.php
index 71256e5..5aca4c1 100644
--- a/apps/files_versions/lib/versions.php
+++ b/apps/files_versions/lib/versions.php
@@ -257,7 +257,7 @@ class Storage {
 
 				foreach( $deleteItems as $de ) {
 
-					unlink( $versionsName.'.v'.$de );
+					unlink( $de );
 
 				}
 			}

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