fix namespace error in temporary storage backend

This commit is contained in:
Robin Appelman 2012-09-22 15:03:17 +02:00
parent b206d16b10
commit 46896be0d4
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}