teardown after we're done

This commit is contained in:
Robin Appelman 2015-03-26 17:30:43 +01:00
parent 1969c8d5c8
commit 6447962f2a
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}
}