fix copy&paste bug from previous commit

remotes/origin/stable5
Björn Schießle 12 years ago
parent 1d200c554f
commit a9a27306de
  1. 2
      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);
}

Loading…
Cancel
Save