Index: trunk/phase3/includes/SpecialImport.php |
— | — | @@ -94,7 +94,7 @@ |
95 | 95 | } |
96 | 96 | } |
97 | 97 | |
98 | | - $action = $wgTitle->escapeLocalUrl( 'action=submit' ); |
| 98 | + $action = $wgTitle->getLocalUrl( 'action=submit' ); |
99 | 99 | |
100 | 100 | if( $wgUser->isAllowed( 'importupload' ) ) { |
101 | 101 | $wgOut->addWikiText( wfMsg( "importtext" ) ); |