From: Rob Church Date: Mon, 8 Jan 2007 22:40:12 +0000 (+0000) Subject: Whoops, the page itself is determined below anyway X-Git-Tag: 1.31.0-rc.0~54571 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=390948c5dfc75282b7170c83ebca7b78239f79fb;p=lhc%2Fweb%2Fwiklou.git Whoops, the page itself is determined below anyway --- 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 );