Commit 3ea524e34fb53149c9c91250e9b4e7975b20f730
1 parent
c216977e
change method name to be bit more descriptive
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2121 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/users/User.inc
| ... | ... | @@ -495,7 +495,7 @@ class User { |
| 495 | 495 | /** Static function |
| 496 | 496 | * Gets the user's default top level folder for the current user |
| 497 | 497 | */ |
| 498 | - function getUserRootFolder() { | |
| 498 | + function getUserRootFolderID() { | |
| 499 | 499 | global $default; |
| 500 | 500 | |
| 501 | 501 | $unitID = User::getUnitID($_SESSION["userID"]); | ... | ... |