U4-430 - saving a media item now updates the udpated date in the xml

This commit is contained in:
Hendy
2012-10-25 11:27:12 -01:00
parent 21632d2ffc
commit 707eca930f

View File

@@ -183,11 +183,15 @@ namespace umbraco.cms.businesslogic.media
public new Media[] Children
{
get
{
{
//return refactored optimized method
return Media.GetChildrenForTree(this.Id).ToArray();
}
}
#endregion
#region Public methods
@@ -202,6 +206,7 @@ namespace umbraco.cms.businesslogic.media
if (!e.Cancel)
{
this.VersionDate = DateTime.Now;
base.Save();