models/access: hasAccess only need userID not user object

This commit is contained in:
Unknwon
2017-02-23 16:15:25 -05:00
parent 3c0d162961
commit b78e03934d
14 changed files with 41 additions and 33 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.166.0223 / 0.10 RC"
const APP_VER = "0.9.167.0223 / 0.10 RC"
func init() {
setting.AppVer = APP_VER