Merge pull request #15855 from owncloud/teardownaftercommand

Tear down FS after running trash expire
This commit is contained in:
Lukas Reschke 2015-04-24 13:52:55 +02:00
commit a2f9a2dc6d

View file

@ -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();
}
}