don't expect OC_FilesystemView, this is depreciated

This commit is contained in:
Bjoern Schiessle 2014-01-31 20:39:52 +01:00
parent 4d1086c35f
commit bef58f5361
1 changed files with 1 additions and 1 deletions

View File

@ -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;