File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
plugins/behaviour/compat6/src/Extension Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public static function getSubscribedEvents(): array
4444 */
4545 return [
4646 'onAfterInitialiseDocument ' => ['onAfterInitialiseDocument ' , Priority::HIGH ],
47- 'onAfterInitialise ' => ['onAfterRoute ' , Priority::HIGH ],
47+ 'onAfterInitialise ' => ['onAfterInitialise ' , Priority::HIGH ],
4848 ];
4949 }
5050
@@ -117,14 +117,14 @@ public function onAfterInitialiseDocument(AfterInitialiseDocumentEvent $event)
117117 /**
118118
119119
120- * The after Route logic
120+ * The after Initialise logic
121121 *
122- * @param AfterRouteEvent $event
122+ * @param After Initialise $event
123123 * @return void
124124 *
125125 * @since __DEPLOY_VERSION__
126126 */
127- public function onAfterRoute ($ event )
127+ public function onAfterInitialise ($ event )
128128 {
129129 /**
130130 * Load the deprecated HTMLHelper classes/functions
You can’t perform that action at this time.
0 commit comments