[Pkg-owncloud-commits] [owncloud] 44/215: Tear down FS after running trash expire

David Prévot taffit at moszumanska.debian.org
Tue May 5 01:01:19 UTC 2015


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

taffit pushed a commit to branch stable8
in repository owncloud.

commit 18506387c0ad32afe6bc4f54f7f53ab9f6f11df3
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Fri Apr 24 12:09:09 2015 +0200

    Tear down FS after running trash expire
---
 apps/files_trashbin/command/expire.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/files_trashbin/command/expire.php b/apps/files_trashbin/command/expire.php
index f0526d4..e617fa4 100644
--- a/apps/files_trashbin/command/expire.php
+++ b/apps/files_trashbin/command/expire.php
@@ -52,5 +52,6 @@ class Expire implements ICommand {
 		\OC_Util::tearDownFS();
 		\OC_Util::setupFS($this->user);
 		Trashbin::expire($this->trashBinSize, $this->user);
+		\OC_Util::tearDownFS();
 	}
 }

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