mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 00:15:11 +01:00
parent
5a4571fb0e
commit
84c87dd15f
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ func ShareUpsert(ctx *App, res http.ResponseWriter, req *http.Request) {
|
|||
leftPath = ctx.Share.Path
|
||||
} else {
|
||||
if ctx.Session["path"] != "" {
|
||||
leftPath = ctx.Session["path"]
|
||||
leftPath = EnforceDirectory(ctx.Session["path"])
|
||||
}
|
||||
}
|
||||
return leftPath + rightPath
|
||||
|
|
|
|||
Loading…
Reference in a new issue