Web editor: fix cannot create new file in subdirectory

This commit is contained in:
Unknwon 2016-08-29 00:10:21 -07:00
parent 429c92c0ce
commit 62b0dc4853
10 changed files with 15 additions and 12 deletions

View file

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