mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Corrected syntax error
--HG-- branch : dev
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Orchard.Core.Common.Handlers {
|
||||
.Add("author", commonAspect.Owner.UserName).Analyze(false)
|
||||
.Add("created", commonAspect.CreatedUtc ?? _clock.UtcNow).Analyze(false)
|
||||
.Add("published", commonAspect.PublishedUtc ?? _clock.UtcNow).Analyze(false)
|
||||
.Add("modified", commonAspect.ModifiedUtc ?? _clock.UtcNow).Analyze(false))
|
||||
.Add("modified", commonAspect.ModifiedUtc ?? _clock.UtcNow).Analyze(false)
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user