U4-430 - saving a media item now updates the udpated date in the xml
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user