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:
@@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user