* ChangesList assumes rc_bot exists
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 29 Jun 2006 19:56:32 +0000 (19:56 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 29 Jun 2006 19:56:32 +0000 (19:56 +0000)
includes/SpecialRecentchangeslinked.php

index aab5e49..2a611c4 100644 (file)
@@ -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