mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
also use new cache api here
This commit is contained in:
parent
7d6da68d53
commit
9953427197
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue