Index: trunk/extensions/UploadWizard/SpecialUploadWizard.php |
— | — | @@ -94,7 +94,7 @@ |
95 | 95 | public function addJS() { |
96 | 96 | global $wgUser, $wgOut; |
97 | 97 | global $wgUseAjax, $wgAjaxLicensePreview, $wgEnableAPI; |
98 | | - global $wgEnableFirefogg, $wgFileExtensions |
| 98 | + global $wgEnableFirefogg, $wgFileExtensions; |
99 | 99 | |
100 | 100 | $wgOut->addScript( Skin::makeVariablesScript( array( |
101 | 101 | // uncertain if this is relevant. Can we do license preview with API? |