We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc59735 commit 17a458bCopy full SHA for 17a458b
1 file changed
event/listener.php
@@ -47,7 +47,7 @@ public function __construct(\phpbb\config\config $config, \phpbb\template\templa
47
static public function getSubscribedEvents()
48
{
49
return array(
50
- 'core.common' => 'load_google_analytics',
+ 'core.page_header' => 'load_google_analytics',
51
);
52
}
53
0 commit comments