This commit is contained in:
Tim Young 2017-08-17 10:17:20 -05:00
parent aed5340351
commit 2a96f5866c
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ namespace EduNetworkBuilder
if (HomeworkStatus != HomeworkSolvedStatus.NeverChecked)
writer.WriteElementString("HomeworkStatus", HomeworkStatus.ToString());
writer.WriteElementString("IsSubmitted", IsSumbitted.ToString());
if (theProject != null) theProject.Save(writer);
if (theProject != null) theProject.Save(writer,true,true);//Save the messages also.
writer.WriteEndElement();
}
#endregion