We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e8c82 commit e456562Copy full SHA for e456562
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