diff options
author | Tom Needham <tom@owncloud.com> | 2012-12-16 22:29:00 +0000 |
---|---|---|
committer | Tom Needham <tom@owncloud.com> | 2012-12-16 22:29:00 +0000 |
commit | 3c98f36121c10f703904d63cd531b7bbf6ee9454 (patch) | |
tree | c12c9f737e036cec5f1b235214902473b6b418d5 /apps/files_sharing | |
parent | 39b51997756ebb233be10ca5a8ced0d6c60d0dac (diff) | |
parent | 811b571cb3da8494797ed70c5b967067cc2a1b5b (diff) | |
download | nextcloud-server-3c98f36121c10f703904d63cd531b7bbf6ee9454.tar.gz nextcloud-server-3c98f36121c10f703904d63cd531b7bbf6ee9454.zip |
Merge branch 'master' into ocs_api
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/public.php b/apps/files_sharing/public.php index 71c18380a3b..fef0ed8a8c2 100644 --- a/apps/files_sharing/public.php +++ b/apps/files_sharing/public.php @@ -160,7 +160,7 @@ if ($linkItem) { exit(); } } - $basePath = substr($pathAndUser['path'] , strlen('/'.$fileOwner.'/files')); + $basePath = substr($pathAndUser['path'], strlen('/'.$fileOwner.'/files')); $path = $basePath; if (isset($_GET['path'])) { $path .= $_GET['path']; |