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 @@
30
30
if( !empty($wgGoogleAnalyticsAccount) && $wgGoogleAnalyticsAddASAC ) {
31
31
$wgOut->addScript('<script>window.google_analytics_uacct = "' . $wgGoogleAnalyticsAccount . '";</script>');
32
32
}
33
+
34
+ return true;
33
35
}
34
36
35
37
function efGoogleAnalyticsHookText(&$skin, &$text='') {
Status & tagging log
00:47, 17 December 2009
😂
(
talk
|
contribs
)
changed the
status
of r60117
[
removed:
new
added:
deferred]