Skip to content
Snippets Groups Projects
Commit 69fd3f42 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Merge pull request #1471 from owncloud/temp-storage-call-parent-ctor-master

Temp storage call parent ctor master
parents 86f4126d 94460178
Branches
No related tags found
No related merge requests found
......@@ -9,11 +9,11 @@
namespace OC\Files\Storage;
/**
* local storage backnd in temporary folder for testing purpores
* local storage backend in temporary folder for testing purpose
*/
class Temporary extends Local{
public function __construct($arguments) {
$this->datadir=\OC_Helper::tmpFolder();
parent::__construct(array('datadir' => \OC_Helper::tmpFolder()));
}
public function cleanUp() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment