More unused variables, whitespace
[lhc/web/wiklou.git] / includes / specials / SpecialMovepage.php
index 450c210..2f78b53 100644 (file)
@@ -82,7 +82,7 @@ class MovePageForm {
 
        function __construct( $oldTitle, $newTitle ) {
                global $wgRequest, $wgUser;
-               $target = isset($par) ? $par : $wgRequest->getVal( 'target' );
+
                $this->oldTitle = $oldTitle;
                $this->newTitle = $newTitle;
                $this->reason = $wgRequest->getText( 'wpReason' );