diff -r 594fdedecf7f -r 7fa99f1c36a4 client/src/Iri.Modernisation.Data/Models/PolemicElement.cs
--- 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 @@
/// Element à copier
public PolemicElement(PolemicElement copy): base(copy)
{
-
+ this.Id = copy.Id;
this.Title = copy.Title;
this.Description = copy.Description;
this.Tags = new List(copy.Tags);