Skip to content
Snippets Groups Projects
Commit 7cb6811a authored by Thomas Müller's avatar Thomas Müller
Browse files

tearDown the filesystem right before setting it up again

parent c80522ed
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment