Index: trunk/extensions/googleAnalytics/googleAnalytics.php |
— | — | @@ -32,7 +32,7 @@ |
33 | 33 | return true; |
34 | 34 | } |
35 | 35 | |
36 | | -function efGoogleAnalyticsHookText(&$skin, &$text='') { |
| 36 | +function efGoogleAnalyticsHookText($skin, &$text='') { |
37 | 37 | $text .= efAddGoogleAnalytics(); |
38 | 38 | return true; |
39 | 39 | } |