don't expect OC_FilesystemView, this is depreciated

remotes/origin/ldap_group_count
Bjoern Schiessle 11 years ago
parent 4d1086c35f
commit bef58f5361
  1. 2
      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;

Loading…
Cancel
Save