r41424 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41423‎ | r41424 | r41425 >
Date:13:36, 30 September 2008
Author:aaron
Status:old (Comments)
Tags:
Comment:
And this was true... *sigh*
Modified paths:
  • /trunk/phase3/includes/RecentChange.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/RecentChange.php
@@ -491,7 +491,7 @@
492492 'rc_comment' => $logComment,
493493 'rc_this_oldid' => 0,
494494 'rc_last_oldid' => 0,
495 - 'rc_bot' => $user->isAllowed( 'bot' ) ? $wgRequest->getBool( 'bot', false ) : 0,
 495+ 'rc_bot' => $user->isAllowed( 'bot' ) ? $wgRequest->getBool( 'bot', true ) : 0,
496496 'rc_moved_to_ns' => 0,
497497 'rc_moved_to_title' => '',
498498 'rc_ip' => $ip,

Comments

#Comment by Brion VIBBER (talk | contribs)   23:36, 30 September 2008

Status & tagging log