From 390948c5dfc75282b7170c83ebca7b78239f79fb Mon Sep 17 00:00:00 2001 From: Rob Church Date: Mon, 8 Jan 2007 22:40:12 +0000 Subject: [PATCH] Whoops, the page itself is determined below anyway --- includes/SpecialLog.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/SpecialLog.php b/includes/SpecialLog.php index ff477112c1..4fc6aa7f49 100644 --- a/includes/SpecialLog.php +++ b/includes/SpecialLog.php @@ -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 ); -- 2.20.1