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

pass the argument to the ctor

Conflicts:
	lib/files/storage/temporary.php
parent 86f4126d
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ namespace OC\Files\Storage;
*/
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