don't expect OC_FilesystemView, this is depreciated
This commit is contained in:
parent
4d1086c35f
commit
bef58f5361
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue