Skip to content

Commit

Permalink
[Patch] Fix for shared mounts optimization check
Browse files Browse the repository at this point in the history
  • Loading branch information
NadirRoGue committed May 31, 2016
1 parent f88aabe commit e3bc813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/files/objectstore/eosutil.php
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ public static function getUserForProjectName($prjname) {

public static function isProjectURIPath($uri_path) {
// uri paths always start with leading slash (e.g. ?dir=/bla)
$uri_path = trim($uri_path, '/');
if (startsWith ( $uri_path, '/' )) {
$topdir = explode ( "/", $uri_path ) [1];
} else {
Expand Down

0 comments on commit e3bc813

Please sign in to comment.