We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a58eafd + e456562 commit 37c1cdeCopy full SHA for 37c1cde
1 file changed
event/listener.php
@@ -61,11 +61,10 @@ static public function getSubscribedEvents()
61
/**
62
* Load Google Analytics js code
63
*
64
- * @param object $event The event object
65
* @return null
66
* @access public
67
*/
68
- public function load_google_analytics($event)
+ public function load_google_analytics()
69
{
70
$this->template->assign_var('GOOGLEANALYTICS_ID', $this->config['googleanalytics_id']);
71
}
0 commit comments