diff --git a/apps/files_sharing/public.php b/apps/files_sharing/public.php
index a8813085d09239bcc2ca42cd5cd3d77aecaf40ed..5f74c8e5266161034676ae49f960aeaf4a7e96cf 100644
--- a/apps/files_sharing/public.php
+++ b/apps/files_sharing/public.php
@@ -49,7 +49,7 @@ if (isset($_GET['file']) || isset($_GET['dir'])) {
 		$dir = $baseDir;
 	} else {
 		$type = 'file';
-		$path = $_GET['dir'];
+		$path = $_GET['file'];
 		if(strlen($path)>1 and substr($path, -1, 1)==='/') {
 			$path=substr($path, 0, -1);
 		}