Remove unneeded __destruct call in OC\Files\Storage\Temporary

remotes/origin/stable5
Bart Visscher 12 years ago
parent 18fa8e2753
commit 60411f7d3d
  1. 1
      lib/files/storage/temporary.php

@ -21,7 +21,6 @@ class Temporary extends Local{
}
public function __destruct() {
parent::__destruct();
$this->cleanUp();
}
}

Loading…
Cancel
Save