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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-01-31 23:39:52 +0400
committerBjoern Schiessle <schiessle@owncloud.com>2014-02-05 17:31:47 +0400
commit78b390da3187920f59ce01c821202b924cff195a (patch)
tree167cd6da3323a729bb948395027d21b22bce504c /apps/files_encryption/lib
parentb3257a315dc740bdfd8e3d9d2d091445f12c70ff (diff)
don't expect OC_FilesystemView, this is depreciated
Diffstat (limited to 'apps/files_encryption/lib')
-rw-r--r--apps/files_encryption/lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/util.php b/apps/files_encryption/lib/util.php
index d011e677a41..4d6a084908e 100644
--- a/apps/files_encryption/lib/util.php
+++ b/apps/files_encryption/lib/util.php
@@ -57,7 +57,7 @@ class Util {
* @param $userId
* @param bool $client
*/
- public function __construct(\OC_FilesystemView $view, $userId, $client = false) {
+ public function __construct($view, $userId, $client = false) {
$this->view = $view;
$this->client = $client;