We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df96b6f commit a818701Copy full SHA for a818701
1 file changed
event/listener.php
@@ -52,8 +52,8 @@ public function __construct(\phpbb\config\config $config, \phpbb\template\templa
52
static public function getSubscribedEvents()
53
{
54
return array(
55
- 'core.page_header' => 'load_google_analytics',
56
'core.acp_board_config_edit_add' => 'add_googleanalytics_configs',
+ 'core.page_header' => 'load_google_analytics',
57
'core.validate_config_variable' => 'validate_googleanalytics_id',
58
);
59
}
0 commit comments