| changeset 43 | 7fa99f1c36a4 |
| parent 38 | bd33267300aa |
--- a/client/src/Iri.Modernisation.Data/Models/PolemicElement.cs Thu Feb 11 17:29:23 2010 +0100 +++ b/client/src/Iri.Modernisation.Data/Models/PolemicElement.cs Fri Feb 12 11:53:02 2010 +0100 @@ -72,7 +72,7 @@ /// <param name="copy">Element à copier</param> public PolemicElement(PolemicElement copy): base(copy) { - + this.Id = copy.Id; this.Title = copy.Title; this.Description = copy.Description; this.Tags = new List<String>(copy.Tags);