From: Brion Vibber Date: Sun, 10 Oct 2004 13:41:09 +0000 (+0000) Subject: fix bug 439: protected pages should not display a "move" link. X-Git-Tag: 1.5.0alpha1~1612 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=41150bf76dd0418815a84ca5cd0a473920560f2b;p=lhc%2Fweb%2Fwiklou.git fix bug 439: protected pages should not display a "move" link. --- 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 {