Fixing issues
Этот коммит содержится в:
@@ -340,8 +340,8 @@ func getChannel(c *api.Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if team.Name != teamName {
|
if team.Name != teamName {
|
||||||
l4g.Error("It appears you are log into " + team.Name + ", but are trying to access " + teamName)
|
l4g.Error("It appears you are logged into " + team.Name + ", but are trying to access " + teamName)
|
||||||
http.Redirect(w, r, c.GetSiteURL()+"/"+team.Name+"/channels/town-square", http.StatusFound)
|
http.Redirect(w, r, c.GetTeamURL()+"/channels/town-square", http.StatusFound)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user