mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +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
|
leftPath = ctx.Share.Path
|
||||||
} else {
|
} else {
|
||||||
if ctx.Session["path"] != "" {
|
if ctx.Session["path"] != "" {
|
||||||
leftPath = ctx.Session["path"]
|
leftPath = EnforceDirectory(ctx.Session["path"])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return leftPath + rightPath
|
return leftPath + rightPath
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue