Skip to content

Commit 17a458b

Browse files
committed
Use core.page_header
1 parent cc59735 commit 17a458b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

event/listener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct(\phpbb\config\config $config, \phpbb\template\templa
4747
static public function getSubscribedEvents()
4848
{
4949
return array(
50-
'core.common' => 'load_google_analytics',
50+
'core.page_header' => 'load_google_analytics',
5151
);
5252
}
5353

0 commit comments

Comments
 (0)