From: Niklas Laxström Date: Thu, 29 Jun 2006 19:56:32 +0000 (+0000) Subject: * ChangesList assumes rc_bot exists X-Git-Tag: 1.31.0-rc.0~56520 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=e764efd53a8ba21f06f06bfc08eb1bf96bbb2899;p=lhc%2Fweb%2Fwiklou.git * ChangesList assumes rc_bot exists --- 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