r18983 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r18982‎ | r18983 | r18984 >
Date:22:40, 8 January 2007
Author:robchurch
Status:old
Tags:
Comment:
Whoops, the page itself is determined below anyway
Modified paths:
  • /trunk/phase3/includes/SpecialLog.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialLog.php
@@ -255,9 +255,6 @@
256256 $batch->addObj( Title::makeTitleSafe( NS_USER, $s->user_name ) );
257257 $batch->addObj( Title::makeTitleSafe( NS_USER_TALK, $s->user_name ) );
258258
259 - // Page the action was performed on
260 - $batch->addObj( Title::makeTitleSafe( $s->log_namespace, $s->log_title ) );
261 -
262259 // Move destination link
263260 if ( $s->log_type == 'move' ) {
264261 $paramArray = LogPage::extractParams( $s->log_params );