Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-12 18:30:39 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-05-12 18:30:39 +0400
commit35ff5fde9e8b87ba8f4f9de6546c87c868eed359 (patch)
tree2ac9ed4b7e732d1ecd9a12012c86661f8e4088ce /files_archive
parentb85d9256e0cd12bf4f994165569289303e2441db (diff)
remove legacy aka deprecated code: OC_FilesystemView
Diffstat (limited to 'files_archive')
-rw-r--r--files_archive/lib/storage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/files_archive/lib/storage.php b/files_archive/lib/storage.php
index e644514f4..9abe1605a 100644
--- a/files_archive/lib/storage.php
+++ b/files_archive/lib/storage.php
@@ -165,7 +165,7 @@ class Archive extends Common {
}
$path = $params['path'];
if (!self::$rootView) {
- self::$rootView = new \OC_FilesystemView('');
+ self::$rootView = new \OC\Files\View('');
}
self::$enableAutomount=false;//prevent recursion
$supported = array('zip', 'tar.gz', 'tar.bz2', 'tgz');