diff --git a/lib/users/User.inc b/lib/users/User.inc index b1098d8..dd62e73 100644 --- a/lib/users/User.inc +++ b/lib/users/User.inc @@ -495,7 +495,7 @@ class User { /** Static function * Gets the user's default top level folder for the current user */ - function getUserRootFolder() { + function getUserRootFolderID() { global $default; $unitID = User::getUnitID($_SESSION["userID"]);