diff --git a/flextype/Content.php b/flextype/Content.php index 6d36f164..f114599a 100755 --- a/flextype/Content.php +++ b/flextype/Content.php @@ -69,6 +69,17 @@ class Content * @return void */ protected static function init() : void + { + Content::processCurrentPage(); + } + + /** + * Process Current Pages + * + * @access protected + * @return void + */ + protected static function processCurrentPage() : void { // Event: The page is not processed and not sent to the display. Event::dispatch('onPageBeforeRender');