Syntax fix.
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 31 Jul 2008 01:01:26 +0000 (01:01 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 31 Jul 2008 01:01:26 +0000 (01:01 +0000)
includes/specials/SpecialImport.php

index 83d4d40..e384a11 100644 (file)
@@ -159,7 +159,7 @@ function wfSpecialImport( $page = '' ) {
                                <td>
                                </td>
                                <td>" .
-                                       Xml::submitButton( wfMsg( 'import-interwiki-submit' ), array( 'accesskey' = 's' ) ) .
+                                       Xml::submitButton( wfMsg( 'import-interwiki-submit' ), array( 'accesskey' => 's' ) ) .
                                "</td>
                        </tr>" .
                        Xml::closeElement( 'table' ).