From: Antoine Musso Date: Tue, 6 Sep 2005 17:08:32 +0000 (+0000) Subject: fname typo X-Git-Tag: 1.6.0~1707 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=30db43ad7bd76b51e825216e75fbd9d58747972d;p=lhc%2Fweb%2Fwiklou.git fname typo --- diff --git a/includes/ChangesList.php b/includes/ChangesList.php index 62761e3b24..aa3164b64d 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -264,12 +264,11 @@ class ChangesList { return $line ; } - function recentChangesLineOld( &$rc, $watched = false ) { global $wgTitle, $wgLang, $wgContLang, $wgUser, $wgUseRCPatrol, $wgOnlySysopsCanPatrol, $wgSysopUserBans; - $fname = 'Skin::recentChangesLineOld'; + $fname = 'ChangesList::recentChangesLineOld'; wfProfileIn( $fname ); static $message;