Merge pull request #15855 from owncloud/teardownaftercommand

Tear down FS after running trash expire
remotes/origin/poc-doctrine-migrations
Lukas Reschke 10 years ago
commit a2f9a2dc6d
  1. 1
      apps/files_trashbin/command/expire.php

@ -52,5 +52,6 @@ class Expire implements ICommand {
\OC_Util::tearDownFS();
\OC_Util::setupFS($this->user);
Trashbin::expire($this->trashBinSize, $this->user);
\OC_Util::tearDownFS();
}
}

Loading…
Cancel
Save