Merge pull request #15855 from owncloud/teardownaftercommand
Tear down FS after running trash expire
This commit is contained in:
commit
a2f9a2dc6d
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