Index: trunk/extensions/UsabilityInitiative/OptIn/SpecialOptIn.php |
— | — | @@ -205,7 +205,7 @@ |
206 | 206 | $retval .= Xml::openElement( |
207 | 207 | 'form', array( |
208 | 208 | 'method' => 'post', |
209 | | - 'action' => $this->getTitle()->getLinkURL(), |
| 209 | + 'action' => $this->getTitle( $this->mOrigin )->getLinkURL(), |
210 | 210 | 'id' => 'optin-survey', |
211 | 211 | ) |
212 | 212 | ); |