* Wont work
[lhc/web/wiklou.git] / includes / SpecialMovepage.php
index 22b1a91..cfc434a 100644 (file)
@@ -266,7 +266,7 @@ class MovePageForm {
        }
 
        function showSuccess() {
-               global $wgOut, $wgRequest, $wgUser, $wgRawHtml;
+               global $wgOut, $wgRequest, $wgUser;
                
                $old = Title::newFromText( $wgRequest->getVal( 'oldtitle' ) );
                $new = Title::newFromText( $wgRequest->getVal( 'newtitle' ) );