work on #1493
This commit is contained in:
parent
875f917771
commit
407385db7e
9 changed files with 111 additions and 71 deletions
|
@ -44,7 +44,7 @@ func SignedInId(req *http.Request, sess session.Store) int64 {
|
|||
}
|
||||
return 0
|
||||
}
|
||||
return t.Uid
|
||||
return t.UID
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue