Index: trunk/extensions/SemanticForms/specials/SF_UploadWindow2.php |
— | — | @@ -949,8 +949,9 @@ |
950 | 950 | // body created by the form, plus the necessary Javascript files, |
951 | 951 | // and turning them into an HTML page |
952 | 952 | global $wgOut, $wgUser, $wgTitle, $wgJsMimeType, |
953 | | - $wgStylePath, $wgStyleVersion, |
| 953 | + $wgLanguageCode, $wgStylePath, $wgStyleVersion, |
954 | 954 | $wgXhtmlDefaultNamespace, $wgXhtmlNamespaces, $wgContLang; |
| 955 | + |
955 | 956 | $wgOut->disable(); |
956 | 957 | $sk = $wgUser->getSkin(); |
957 | 958 | $sk->initPage( $wgOut ); // need to call this to set skin name correctly |