Tear down FS after running trash expire
This commit is contained in:
parent
33d197db29
commit
18506387c0
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue