mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-19 18:27:55 +08:00
Corrected field initialization for automatic indexing events
--HG-- branch : dev
This commit is contained in:
@@ -19,6 +19,7 @@ namespace Orchard.Indexing.Handlers {
|
||||
IEnumerable<IIndexNotifierHandler> indexNotifierHandlers
|
||||
) {
|
||||
_indexingTaskManager = indexingTaskManager;
|
||||
_indexNotifierHandlers = indexNotifierHandlers;
|
||||
|
||||
OnPublishing<ContentPart<CommonPartRecord>>(CreateIndexingTask);
|
||||
OnRemoved<ContentPart<CommonPartRecord>>(RemoveIndexingTask);
|
||||
|
Reference in New Issue
Block a user