r78299 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78298‎ | r78299 | r78300 >
Date:12:44, 13 December 2010
Author:catrope
Status:ok
Tags:
Comment:
Fix variable name in doc comment added in r78192
Modified paths:
  • /trunk/phase3/includes/SpecialPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialPage.php
@@ -732,7 +732,7 @@
733733 * Use PHP's magic __call handler to get calls to the old PHP4 constructor
734734 * because PHP E_STRICT yells at you for having __construct() and SpecialPage()
735735 *
736 - * @param $name String Name of called method
 736+ * @param $fName String Name of called method
737737 * @param $a Array Arguments to the method
738738 * @deprecated Call isn't deprecated, but SpecialPage::SpecialPage() is
739739 */
@@ -1064,4 +1064,4 @@
10651065 global $wgUser;
10661066 return SpecialPage::getTitleFor( 'Listfiles', $wgUser->getName() );
10671067 }
1068 -}
\ No newline at end of file
 1068+}

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78192Fix for r71961 (moved SpecialPage constructor from named to __construct()). I...demon15:15, 10 December 2010

Status & tagging log