(bug 4610) Indicate patrolled status on watchlists and allow users to mark changes...
[lhc/web/wiklou.git] / includes / RecentChange.php
index 659e688..cae6d76 100644 (file)
@@ -411,8 +411,8 @@ class RecentChange
                        'rc_moved_to_ns'        => 0,
                        'rc_moved_to_title'     => '',
                        'rc_ip' => '',
-                       'rc_patrolled' => '1',  # we can't support patrolling on the Watchlist
-                                               # currently because it uses cur, not recentchanges
+                       'rc_id' => $row->rc_id,
+                       'rc_patrolled' => $row->rc_patrolled,
                        'rc_new' => $row->page_is_new # obsolete
                );