fix namespace error in temporary storage backend
This commit is contained in:
parent
b206d16b10
commit
46896be0d4
|
@ -11,7 +11,7 @@ namespace OC\Files\Storage;
|
||||||
/**
|
/**
|
||||||
* local storage backnd in temporary folder for testing purpores
|
* local storage backnd in temporary folder for testing purpores
|
||||||
*/
|
*/
|
||||||
class Temporary extends OC\Files\Storage\Local{
|
class Temporary extends Local{
|
||||||
public function __construct($arguments) {
|
public function __construct($arguments) {
|
||||||
$this->datadir=\OC_Helper::tmpFolder();
|
$this->datadir=\OC_Helper::tmpFolder();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue