作者 tangxvhui

bug 4540

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