-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
PW 3.0.253 makes changes to the PageRender class. Previously there was a hookable PageRender::renderPage() method that hooked Page::render().
It looks like the changes are intended to be backwards compatible:
But in constructing $legacyHookEvent the event object is set to $this (i.e. PageRender) whereas previously the event object would have been Page. This breaks existing code/modules that are hooking PageRender::renderPage().
Metadata
Metadata
Assignees
Labels
No labels