models: sanitize user full name when update settings

This commit is contained in:
Unknwon 2015-02-04 20:04:01 -05:00
parent 7140f50637
commit f706102890
3 changed files with 3 additions and 2 deletions

View file

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