From 407385db7eae3ccdef235ac68273364bd704d0bd Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 17 Aug 2015 17:05:37 +0800 Subject: work on #1493 --- modules/auth/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/auth/auth.go b/modules/auth/auth.go index 92bcd720..38980832 100644 --- a/modules/auth/auth.go +++ b/modules/auth/auth.go @@ -44,7 +44,7 @@ func SignedInId(req *http.Request, sess session.Store) int64 { } return 0 } - return t.Uid + return t.UID } } } -- cgit v1.2.3