summaryrefslogtreecommitdiffstats
path: root/modules/web/middleware/flash.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/web/middleware/flash.go')
-rw-r--r--modules/web/middleware/flash.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/web/middleware/flash.go b/modules/web/middleware/flash.go
index cd9b089b94..d1d4a864e3 100644
--- a/modules/web/middleware/flash.go
+++ b/modules/web/middleware/flash.go
@@ -14,10 +14,8 @@ const (
InfoFlash = "InfoMsg"
)
-var (
- // FlashNow FIXME:
- FlashNow bool
-)
+// FlashNow FIXME:
+var FlashNow bool
// Flash represents a one time data transfer between two requests.
type Flash struct {