tearDown the filesystem right before setting it up again
This commit is contained in:
parent
c80522ed63
commit
7cb6811a7b
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue