fix bug 439: protected pages should not display a "move" link.
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 10 Oct 2004 13:41:09 +0000 (13:41 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 10 Oct 2004 13:41:09 +0000 (13:41 +0000)
includes/SkinPHPTal.php

index a07203f..b5e6369 100644 (file)
@@ -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 {