return filename relative to users file dir and not relative to data dir

This commit is contained in:
Björn Schießle 2013-04-18 13:41:21 +02:00
parent 6dd8c79461
commit a646a1169f
1 changed files with 1 additions and 1 deletions

View File

@ -950,7 +950,7 @@ class Util {
// Check that the filename we're using is working // Check that the filename we're using is working
if ( $this->view->file_exists( $relpath ) ) { if ( $this->view->file_exists( $relpath ) ) {
return array ( $fileOwnerUid, $relpath ); return array ( $fileOwnerUid, $filename );
} else { } else {