From fdc2dc77a3996b490074a6fe3908ec9787be5b9a Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 13 Dec 2010 12:44:34 +0000 Subject: [PATCH] Fix variable name in doc comment added in r78192 --- includes/SpecialPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 8e80c65dfb..88d11afd59 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -732,7 +732,7 @@ class SpecialPage { * Use PHP's magic __call handler to get calls to the old PHP4 constructor * because PHP E_STRICT yells at you for having __construct() and SpecialPage() * - * @param $name String Name of called method + * @param $fName String Name of called method * @param $a Array Arguments to the method * @deprecated Call isn't deprecated, but SpecialPage::SpecialPage() is */ @@ -1064,4 +1064,4 @@ class SpecialMyuploads extends UnlistedSpecialPage { global $wgUser; return SpecialPage::getTitleFor( 'Listfiles', $wgUser->getName() ); } -} \ No newline at end of file +} -- 2.20.1