From: Roan Kattouw Date: Mon, 13 Dec 2010 12:44:34 +0000 (+0000) Subject: Fix variable name in doc comment added in r78192 X-Git-Tag: 1.31.0-rc.0~33343 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=fdc2dc77a3996b490074a6fe3908ec9787be5b9a;p=lhc%2Fweb%2Fwiklou.git Fix variable name in doc comment added in r78192 --- 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 +}