mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
teardown after we're done
This commit is contained in:
parent
1969c8d5c8
commit
6447962f2a
1 changed files with 1 additions and 0 deletions
|
|
@ -53,5 +53,6 @@ class Expire implements ICommand {
|
|||
public function handle() {
|
||||
\OC_Util::setupFS($this->user);
|
||||
Storage::expire($this->fileName, $this->versionsSize, $this->neededSpace);
|
||||
\OC_Util::tearDownFS();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue