* ( bug 18264 ) upload-by-url form was still disabled in non-js2 form output
[lhc/web/wiklou.git] / includes / specials / SpecialUpload.php
index 5baee05..0ea6f9a 100644 (file)
@@ -805,7 +805,7 @@ wgUploadAutoFill = {$autofill};
                                  "onfocus='" .
                                    "toggle_element_activation(\"wpUploadFile\",\"wpUploadFileURL\");" .
                                    "toggle_element_check(\"wpSourceTypeURL\",\"wpSourceTypeFile\")' " .
-                                   "onchange='fillDestFilename(\"wpUploadFileURL\")' size='60' disabled='disabled' />" .
+                                   "onchange='fillDestFilename(\"wpUploadFileURL\")' size='60' />" .
                                wfMsgHtml( 'upload_source_url' ) ;
 
                        }