Index: trunk/phase3/includes/SpecialPage.php |
— | — | @@ -732,7 +732,7 @@ |
733 | 733 | * Use PHP's magic __call handler to get calls to the old PHP4 constructor |
734 | 734 | * because PHP E_STRICT yells at you for having __construct() and SpecialPage() |
735 | 735 | * |
736 | | - * @param $name String Name of called method |
| 736 | + * @param $fName String Name of called method |
737 | 737 | * @param $a Array Arguments to the method |
738 | 738 | * @deprecated Call isn't deprecated, but SpecialPage::SpecialPage() is |
739 | 739 | */ |
— | — | @@ -1064,4 +1064,4 @@ |
1065 | 1065 | global $wgUser; |
1066 | 1066 | return SpecialPage::getTitleFor( 'Listfiles', $wgUser->getName() ); |
1067 | 1067 | } |
1068 | | -} |
\ No newline at end of file |
| 1068 | +} |