mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 05:55:51 +01:00
(refs #28)Avatar image can be uploaded at the account editing page.
This commit is contained in:
@@ -38,7 +38,7 @@ object Directory {
|
||||
/**
|
||||
* Directory for uploaded files by the specified user.
|
||||
*/
|
||||
def getUserUploadDir(userName: String): File = new File("%s/%s/_files".format(GitBucketHome, userName))
|
||||
def getUserUploadDir(userName: String): File = new File("%s/data/%s/files".format(GitBucketHome, userName))
|
||||
|
||||
/**
|
||||
* Root of temporary directories for the specified repository.
|
||||
|
||||
Reference in New Issue
Block a user