Index: upload-functions.php
===================================================================
--- upload-functions.php	(revision 4891)
+++ upload-functions.php	(working copy)
@@ -221,7 +221,7 @@
 
 		// Construct the attachment array
 		$attachment = array(
-			'post_title' => $post_title ? $post_title : $filename,
+			'post_title' => $post_title,
 			'post_content' => $post_content,
 			'post_type' => 'attachment',
 			'post_parent' => $post_id,
