r53058 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53057‎ | r53058 | r53059 >
Date:15:45, 10 July 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Added return-to page parameter to form target.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/OptIn/SpecialOptIn.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/OptIn/SpecialOptIn.php
@@ -205,7 +205,7 @@
206206 $retval .= Xml::openElement(
207207 'form', array(
208208 'method' => 'post',
209 - 'action' => $this->getTitle()->getLinkURL(),
 209+ 'action' => $this->getTitle( $this->mOrigin )->getLinkURL(),
210210 'id' => 'optin-survey',
211211 )
212212 );

Status & tagging log