models: fix delete undesired release attachments when delete a comment (#4627)

Apparently, AfterDelete has ID=0
This commit is contained in:
Unknwon
2018-08-16 20:17:19 +08:00
parent 3c227af508
commit de10d9be08
4 changed files with 8 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
const APP_VER = "0.11.60.0814"
const APP_VER = "0.11.61.0816"
func init() {
setting.AppVer = APP_VER