1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

Content: event names changed onCurrentPageDisplayed to onCurrentPageAfterProcessed

This commit is contained in:
Awilum
2018-05-28 02:01:17 +03:00
parent 0adf1a695a
commit c3dc1b7f5d

View File

@@ -97,7 +97,7 @@ class Content
Content::displayCurrentPage();
// Event: The page has been fully processed and sent to the display.
Event::dispatch('onCurrentPageDisplayed');
Event::dispatch('onCurrentPageAfterProcessed');
}
/**