Index: trunk/extensions/googleAnalytics/googleAnalytics.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | $wgGoogleAnalyticsIgnoreBots = true; |
26 | 26 | |
27 | 27 | function efGoogleAnalyticsASAC( &$parser, &$text ) { |
28 | | - global $wgOut; |
| 28 | + global $wgOut, $wgGoogleAnalyticsAccount, $wgGoogleAnalyticsAddASAC; |
29 | 29 | |
30 | 30 | if( !empty($wgGoogleAnalyticsAccount) && $wgGoogleAnalyticsAddASAC ) { |
31 | 31 | $wgOut->addScript('<script>window.google_analytics_uacct = "' . $wgGoogleAnalyticsAccount . '";</script>'); |