teardown after we're done

This commit is contained in:
Robin Appelman 2015-03-26 17:30:43 +01:00
parent 1969c8d5c8
commit 6447962f2a

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