From 18506387c0ad32afe6bc4f54f7f53ab9f6f11df3 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 24 Apr 2015 12:09:09 +0200 Subject: 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 f0526d42830..e617fa47c90 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(); } } -- cgit v1.2.3