r41423 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41422‎ | r41423 | r41424 >
Date:13:35, 30 September 2008
Author:aaron
Status:old
Tags:
Comment:
Revert self - local issue
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' ) : 0,
 495+ 'rc_bot' => $user->isAllowed( 'bot' ) ? $wgRequest->getBool( 'bot', false ) : 0,
496496 'rc_moved_to_ns' => 0,
497497 'rc_moved_to_title' => '',
498498 'rc_ip' => $ip,

Status & tagging log