aboutsummaryrefslogtreecommitdiff
path: root/server/ui/controller/settings.go
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net> 2017-12-16 18:07:53 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net> 2017-12-16 18:07:53 -0800
commit00257988ef1707a028cd7dd0b1f8f68e6e8fac53 (patch)
treef54ccd93abb5054336baea1f0a4a99f8700fc81a /server/ui/controller/settings.go
parent58acd1d5e3a997d27f60549b51bdf41df900c6c6 (diff)
downloadv2-00257988ef1707a028cd7dd0b1f8f68e6e8fac53.tar.gz
v2-00257988ef1707a028cd7dd0b1f8f68e6e8fac53.tar.zst
v2-00257988ef1707a028cd7dd0b1f8f68e6e8fac53.zip
Session management refactoring
Diffstat (limited to 'server/ui/controller/settings.go')
-rw-r--r--server/ui/controller/settings.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/ui/controller/settings.go b/server/ui/controller/settings.go
index af7558a2..feba8936 100644
--- a/server/ui/controller/settings.go
+++ b/server/ui/controller/settings.go
@@ -62,6 +62,7 @@ func (c *Controller) UpdateSettings(ctx *core.Context, request *core.Request, re
return
}
+ ctx.SetFlashMessage(ctx.Translate("Preferences saved!"))
response.Redirect(ctx.Route("settings"))
}