Skip to content

Commit 37c1cde

Browse files
committed
Merge pull request #38 from VSEphpbb/fixes
Remove unused variables
2 parents a58eafd + e456562 commit 37c1cde

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

event/listener.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,10 @@ static public function getSubscribedEvents()
6161
/**
6262
* Load Google Analytics js code
6363
*
64-
* @param object $event The event object
6564
* @return null
6665
* @access public
6766
*/
68-
public function load_google_analytics($event)
67+
public function load_google_analytics()
6968
{
7069
$this->template->assign_var('GOOGLEANALYTICS_ID', $this->config['googleanalytics_id']);
7170
}

0 commit comments

Comments
 (0)