Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
527e1d00
Commit
527e1d00
authored
Oct 09, 2014
by
Bjoern Schiessle
Browse files
try to get path from filesystem
parent
3431d547
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/files_sharing/lib/share/file.php
View file @
527e1d00
...
...
@@ -49,6 +49,11 @@ class OC_Share_Backend_File implements OCP\Share_Backend_File_Dependent {
$path
=
$this
->
path
;
$this
->
path
=
null
;
return
$path
;
}
else
{
$path
=
\
OC\Files\Filesystem
::
getPath
(
$itemSource
);
if
(
$path
)
{
return
$path
;
}
}
return
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment