r99609 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99608‎ | r99609 | r99610 >
Date:00:26, 12 October 2011
Author:catrope
Status:ok
Tags:
Comment:
Fix typo in variable name
Modified paths:
  • /trunk/extensions/Contest/specials/SpecialContestWelcome.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Contest/specials/SpecialContestWelcome.php
@@ -187,7 +187,7 @@
188188 // else {
189189 // return SpecialPage::getTitleFor( 'Userlogin' )->getLocalURL( array(
190190 // //'type' => 'signup',
191 -// 'returnto' => $signupitle->getFullText()
 191+// 'returnto' => $signupTitle->getFullText()
192192 // ) );
193193 // }
194194 }

Status & tagging log