tearDown the filesystem right before setting it up again

remotes/origin/etag-endpoint
Thomas Müller 10 years ago
parent c80522ed63
commit 7cb6811a7b
  1. 1
      apps/files_trashbin/command/expire.php

@ -49,6 +49,7 @@ class Expire implements ICommand {
}
public function handle() {
\OC_Util::tearDownFS();
\OC_Util::setupFS($this->user);
Trashbin::expire($this->trashBinSize, $this->user);
}

Loading…
Cancel
Save