mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-24 08:46:48 +08:00
@@ -65,7 +65,7 @@ namespace Orchard.Tokens.Providers {
|
||||
|
||||
FeedItem<ContentItem> item = feedItem;
|
||||
context.Response.Contextualize(requestContext => {
|
||||
author.Value = _tokenizer.Replace(settings.Title, new { Content = item.Item, Text = author.Value });
|
||||
author.Value = _tokenizer.Replace(settings.Author, new { Content = item.Item, Text = author.Value });
|
||||
});
|
||||
}
|
||||
}
|
||||
@@ -201,4 +201,4 @@ namespace Orchard.Tokens.Providers {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user