Fix panic when attempt login with non-exist user

This commit is contained in:
Unknwon 2016-09-01 05:12:34 -04:00
parent bc902b8f74
commit 7c1fbed057
5 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.97.0901"
const APP_VER = "0.9.98.0901"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())