Revert line that breaks browser uploader

git-svn-id: http://svn.automattic.com/wordpress/trunk@11244 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-05-08 20:45:04 +00:00
parent 63620ff895
commit e8025581b3
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ function media_upload_form_handler() {
return media_send_to_editor($html);
}
return isset($errors) ? $errors : '';
return $errors;
}
/**