From 568e8f946d8217c6f84b92cc8f9514b6272ca0ea Mon Sep 17 00:00:00 2001 From: Rowan Collins Date: Sat, 3 Sep 2005 10:41:12 +0000 Subject: [PATCH] Quick workaround for bug 3131 (don't fill destname from sourcename if we've been passed it as a URL param already). Probably needs a more thorough redesign, but this'll do as a "hotfix". --- includes/SpecialUpload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialUpload.php b/includes/SpecialUpload.php index 518d8b8c56..951b23b45f 100644 --- a/includes/SpecialUpload.php +++ b/includes/SpecialUpload.php @@ -574,7 +574,7 @@ class UploadForm {
{$sourcefilename}: - + mDestFile?"":"onchange='fillDestFilename()' ") . "size='40' />
{$destfilename}: -- 2.20.1