pass the argument to the ctor
Conflicts: lib/files/storage/temporary.php
This commit is contained in:
parent
86f4126d2c
commit
1fd807a7d6
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue