From: Rob Church Date: Tue, 4 Apr 2006 16:31:44 +0000 (+0000) Subject: (bug 5424) "autopatrol" doesn't mark new articles as patrolled X-Git-Tag: 1.6.0~19 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=4f4f6a42cec3fc5e08b91373a4a1a4c958141807;p=lhc%2Fweb%2Fwiklou.git (bug 5424) "autopatrol" doesn't mark new articles as patrolled --- diff --git a/includes/RecentChange.php b/includes/RecentChange.php index c6352cc238..659e688455 100644 --- a/includes/RecentChange.php +++ b/includes/RecentChange.php @@ -287,6 +287,7 @@ class RecentChange 'newSize' => $size ); $rc->save(); + return( $rc->mAttribs['rc_id'] ); } # Makes an entry in the database corresponding to a rename