]> source.dussan.org Git - nextcloud-server.git/commitdiff
return filename relative to users file dir and not relative to data dir
authorBjörn Schießle <schiessle@owncloud.com>
Thu, 18 Apr 2013 11:41:21 +0000 (13:41 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Thu, 18 Apr 2013 11:41:21 +0000 (13:41 +0200)
apps/files_encryption/lib/util.php

index 2fc7b959ece8c054ed57ef521047f75c1fc1a82b..f03b2308b2fd2ab8a18156e0c51fc38760979827 100644 (file)
@@ -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 {