From e764efd53a8ba21f06f06bfc08eb1bf96bbb2899 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 29 Jun 2006 19:56:32 +0000 Subject: [PATCH] * ChangesList assumes rc_bot exists --- includes/SpecialRecentchangeslinked.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/SpecialRecentchangeslinked.php b/includes/SpecialRecentchangeslinked.php index aab5e49fc2..2a611c4d18 100644 --- a/includes/SpecialRecentchangeslinked.php +++ b/includes/SpecialRecentchangeslinked.php @@ -86,6 +86,7 @@ function wfSpecialRecentchangeslinked( $par = NULL ) { rc_user_text, rc_timestamp, rc_minor, + rc_bot, rc_new, rc_patrolled, rc_type @@ -116,6 +117,7 @@ function wfSpecialRecentchangeslinked( $par = NULL ) { rc_last_oldid, rc_timestamp, rc_minor, + rc_bot, rc_new, rc_patrolled, rc_type -- 2.20.1