mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
changed deprecated class
This commit is contained in:
parent
df41a60c50
commit
f1b884aa5d
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ class Share {
|
|||
$cache = false;
|
||||
|
||||
$view = new \OC\Files\View('/' . $user . '/files/');
|
||||
$meta = $view->getFileInfo(\OC_Filesystem::normalizePath($path));
|
||||
$meta = $view->getFileInfo(\OC\Files\Filesystem::normalizePath($path));
|
||||
|
||||
if($meta !== false) {
|
||||
$source = $meta['fileid'];
|
||||
|
|
|
|||
Loading…
Reference in a new issue