fixed #6;
This commit is contained in:
@@ -270,7 +270,7 @@ class Helper
|
|||||||
if (!empty($rootFolder = Filesystem::getRoot())) {
|
if (!empty($rootFolder = Filesystem::getRoot())) {
|
||||||
return $rootFolder;
|
return $rootFolder;
|
||||||
} else if (isset($uid)) {
|
} else if (isset($uid)) {
|
||||||
return "/" . strtolower($uid) . "/files";
|
return "/" . $uid . "/files";
|
||||||
|
|
||||||
}
|
}
|
||||||
return '';
|
return '';
|
||||||
|
|||||||
Reference in New Issue
Block a user