fix namespace error in temporary storage backend

remotes/origin/stable5
Robin Appelman 2012-09-22 15:03:17 +07:00
parent b206d16b10
commit 46896be0d4
1 changed files with 1 additions and 1 deletions

@ -11,7 +11,7 @@ namespace OC\Files\Storage;
/**
* local storage backnd in temporary folder for testing purpores
*/
class Temporary extends OC\Files\Storage\Local{
class Temporary extends Local{
public function __construct($arguments) {
$this->datadir=\OC_Helper::tmpFolder();
}