return filename relative to users file dir and not relative to data dir
This commit is contained in:
parent
6dd8c79461
commit
a646a1169f
|
@ -950,7 +950,7 @@ class Util {
|
|||
// Check that the filename we're using is working
|
||||
if ( $this->view->file_exists( $relpath ) ) {
|
||||
|
||||
return array ( $fileOwnerUid, $relpath );
|
||||
return array ( $fileOwnerUid, $filename );
|
||||
|
||||
} else {
|
||||
|
||||
|
|
Loading…
Reference in New Issue