fname typo
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 6 Sep 2005 17:08:32 +0000 (17:08 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 6 Sep 2005 17:08:32 +0000 (17:08 +0000)
includes/ChangesList.php

index 62761e3..aa3164b 100644 (file)
@@ -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;