From 41150bf76dd0418815a84ca5cd0a473920560f2b Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 10 Oct 2004 13:41:09 +0000 Subject: [PATCH] fix bug 439: protected pages should not display a "move" link. --- includes/SkinPHPTal.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/SkinPHPTal.php b/includes/SkinPHPTal.php index a07203fd96..b5e6369771 100644 --- a/includes/SkinPHPTal.php +++ b/includes/SkinPHPTal.php @@ -500,11 +500,6 @@ class SkinPHPTal extends Skin { 'text' => wfMsg('move'), 'href' => $this->makeSpecialUrl('Movepage', 'target='. urlencode( $this->thispage )) ); - } else { - $content_actions['move'] = array('class' => 'inactive', - 'text' => wfMsg('move'), - 'href' => false); - } } } else { -- 2.20.1