Update with macaron

This commit is contained in:
Unknwon 2014-10-06 19:12:52 -04:00
parent 64c68220d2
commit 1e1f9e7166
4 changed files with 10 additions and 8 deletions

View file

@ -92,7 +92,7 @@ func SettingsDelete(ctx *middleware.Context) {
ctx.Handle(500, "DeleteOrganization", err)
}
} else {
log.Trace("Organization deleted: %s", ctx.User.Name)
log.Trace("Organization deleted: %s", org.Name)
ctx.Redirect(setting.AppSubUrl + "/")
}
return