From 99534271977ef5a4fd35ce119d6627bbcde45096 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Fri, 26 Oct 2012 23:26:12 +0200
Subject: [PATCH] also use new cache api here

---
 lib/fileproxy/fileoperations.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/fileproxy/fileoperations.php b/lib/fileproxy/fileoperations.php
index 23fb63fcfb..47ccd8f8c2 100644
--- a/lib/fileproxy/fileoperations.php
+++ b/lib/fileproxy/fileoperations.php
@@ -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
+}
-- 
GitLab