mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Corrected handler invocation for Indexed event
--HG-- branch : dev
This commit is contained in:
@@ -242,7 +242,7 @@ namespace Orchard.ContentManagement.Handlers {
|
|||||||
void IContentHandler.Indexed(IndexContentContext context) {
|
void IContentHandler.Indexed(IndexContentContext context) {
|
||||||
foreach ( var filter in Filters.OfType<IContentStorageFilter>() )
|
foreach ( var filter in Filters.OfType<IContentStorageFilter>() )
|
||||||
filter.Indexed(context);
|
filter.Indexed(context);
|
||||||
Indexing(context);
|
Indexed(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
void IContentHandler.GetContentItemMetadata(GetContentItemMetadataContext context) {
|
void IContentHandler.GetContentItemMetadata(GetContentItemMetadataContext context) {
|
||||||
|
|||||||
Reference in New Issue
Block a user