r86415 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86414‎ | r86415 | r86416 >
Date:17:44, 19 April 2011
Author:tparscal
Status:ok
Tags:
Comment:
Resolves r86147 - I've been coding too much JavaScript, it's bleeding over...
Modified paths:
  • /trunk/extensions/ClickTracking/ClickTracking.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ClickTracking/ClickTracking.hooks.php
@@ -250,7 +250,7 @@
251251 if ( $session !== null && $event !== null ) {
252252 $params = new FauxRequest( array(
253253 'action' => 'clicktracking',
254 - 'eventid' => $event + $suffix,
 254+ 'eventid' => $event . $suffix,
255255 'token' => $session,
256256 'info' => $info,
257257 ) );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86147Changed from using the info field to appending the event id when tracking sav...tparscal22:51, 15 April 2011

Status & tagging log