Skip to content
Snippets Groups Projects
Commit 99534271 authored by Robin Appelman's avatar Robin Appelman
Browse files

also use new cache api here

parent 7d6da68d
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,9 @@ class OC_FileProxy_FileOperations extends OC_FileProxy{
public function premkdir($path) {
if(!self::$rootView){
self::$rootView = new OC_FilesystemView('');
self::$rootView = new \OC\Files\View('');
}
return !self::$rootView->file_exists($path);
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment