also use new cache api here

remotes/origin/stable5
Robin Appelman 13 years ago
parent 7d6da68d53
commit 9953427197
  1. 4
      lib/fileproxy/fileoperations.php

@ -29,9 +29,9 @@ class OC_FileProxy_FileOperations extends OC_FileProxy{
public function premkdir($path) { public function premkdir($path) {
if(!self::$rootView){ if(!self::$rootView){
self::$rootView = new OC_FilesystemView(''); self::$rootView = new \OC\Files\View('');
} }
return !self::$rootView->file_exists($path); return !self::$rootView->file_exists($path);
} }
} }

Loading…
Cancel
Save