From 72f7e047acf197c87117760873f74cadb123848d Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 6 Sep 2008 15:11:54 +0000 Subject: [PATCH] Fix typo for OldChangesList --- includes/ChangesList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ChangesList.php b/includes/ChangesList.php index 291f297bf6..fb013e81aa 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -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); -- 2.20.1