Index: trunk/phase3/includes/ChangesList.php |
— | — | @@ -365,7 +365,7 @@ |
366 | 366 | |
367 | 367 | $this->insertDiffHist($s, $rc, $unpatrolled); |
368 | 368 | # M, N, b and ! (minor, new, bot and unpatrolled) |
369 | | - $newbie = self::userIsNew( $rcObj->mAttribs ); |
| 369 | + $newbie = self::userIsNew( $rc->mAttribs ); |
370 | 370 | $s .= $this->recentChangesFlags( $rc_type == RC_NEW, $rc_minor, $unpatrolled, '', |
371 | 371 | $rc_bot, $newbie ); |
372 | 372 | $this->insertArticleLink($s, $rc, $unpatrolled, $watched); |