r69424 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69423‎ | r69424 | r69425 >
Date:13:51, 16 July 2010
Author:maxsem
Status:deferred
Tags:
Comment:
GoogleAnalytics: fix PHP 5.3 compatibility
Modified paths:
  • /trunk/extensions/googleAnalytics/googleAnalytics.php (modified) (history)

Diff [purge]

Index: trunk/extensions/googleAnalytics/googleAnalytics.php
@@ -32,7 +32,7 @@
3333 return true;
3434 }
3535
36 -function efGoogleAnalyticsHookText(&$skin, &$text='') {
 36+function efGoogleAnalyticsHookText($skin, &$text='') {
3737 $text .= efAddGoogleAnalytics();
3838 return true;
3939 }

Status & tagging log