作者 tangxvhui

bug 4540

... ... @@ -119,6 +119,7 @@ func (m *Article) MakeBackup(operator UserSimple, section []*ArticleSection) *Ar
WhoReview: m.WhoReview,
Tags: m.Tags,
MatchUrl: map[string]string{},
Location: m.Location,
}
copy(b.Videos, m.Videos)
copy(b.Images, m.Images)
... ...