Whoops, the page itself is determined below anyway
authorRob Church <robchurch@users.mediawiki.org>
Mon, 8 Jan 2007 22:40:12 +0000 (22:40 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Mon, 8 Jan 2007 22:40:12 +0000 (22:40 +0000)
includes/SpecialLog.php

index ff47711..4fc6aa7 100644 (file)
@@ -255,9 +255,6 @@ class LogViewer {
                        $batch->addObj( Title::makeTitleSafe( NS_USER, $s->user_name ) );
                        $batch->addObj( Title::makeTitleSafe( NS_USER_TALK, $s->user_name ) );
 
-                       // Page the action was performed on
-                       $batch->addObj( Title::makeTitleSafe( $s->log_namespace, $s->log_title ) );
-
                        // Move destination link
                        if ( $s->log_type == 'move' ) {
                                $paramArray = LogPage::extractParams( $s->log_params );