tearDown the filesystem right before setting it up again

This commit is contained in:
Thomas Müller 2015-03-10 11:47:06 +01:00
parent c80522ed63
commit 7cb6811a7b

View file

@ -49,6 +49,7 @@ class Expire implements ICommand {
}
public function handle() {
\OC_Util::tearDownFS();
\OC_Util::setupFS($this->user);
Trashbin::expire($this->trashBinSize, $this->user);
}