Skip to content
Snippets Groups Projects
Commit bef58f53 authored by Björn Schießle's avatar Björn Schießle
Browse files

don't expect OC_FilesystemView, this is depreciated

parent 4d1086c3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment