r60117 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60116‎ | r60117 | r60118 >
Date:10:27, 16 December 2009
Author:overlordq
Status:deferred
Tags:
Comment:
Oops, forgot to return true
Modified paths:
  • /trunk/extensions/googleAnalytics/googleAnalytics.php (modified) (history)

Diff [purge]

Index: trunk/extensions/googleAnalytics/googleAnalytics.php
@@ -29,6 +29,8 @@
3030 if( !empty($wgGoogleAnalyticsAccount) && $wgGoogleAnalyticsAddASAC ) {
3131 $wgOut->addScript('<script>window.google_analytics_uacct = "' . $wgGoogleAnalyticsAccount . '";</script>');
3232 }
 33+
 34+ return true;
3335 }
3436
3537 function efGoogleAnalyticsHookText(&$skin, &$text='') {

Status & tagging log