#2992 set default style name when empty in AfterSet

This commit is contained in:
Unknwon 2016-04-22 18:36:05 -04:00
parent ba314a7a36
commit 78b8b63774
5 changed files with 916 additions and 696 deletions

View file

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