Fix typo for OldChangesList
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 6 Sep 2008 15:11:54 +0000 (15:11 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 6 Sep 2008 15:11:54 +0000 (15:11 +0000)
includes/ChangesList.php

index 291f297..fb013e8 100644 (file)
@@ -365,7 +365,7 @@ class OldChangesList extends ChangesList {
 
                        $this->insertDiffHist($s, $rc, $unpatrolled);
                        # M, N, b and ! (minor, new, bot and unpatrolled)
-                       $newbie = self::userIsNew( $rcObj->mAttribs );
+                       $newbie = self::userIsNew( $rc->mAttribs );
                        $s .= $this->recentChangesFlags( $rc_type == RC_NEW, $rc_minor, $unpatrolled, '', 
                                $rc_bot, $newbie );
                        $this->insertArticleLink($s, $rc, $unpatrolled, $watched);