[wp-trac] [WordPress Trac] #19219: Wordpress Importer - Spaces in attachment_url causes "Empty Filename" error
WordPress Trac
wp-trac at lists.automattic.com
Wed Nov 9 16:59:54 UTC 2011
#19219: Wordpress Importer - Spaces in attachment_url causes "Empty Filename" error
--------------------------+-----------------------------
Reporter: misternifty | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Import | Version: 3.2.1
Severity: normal | Keywords:
--------------------------+-----------------------------
The fetch_remote_file() function uses the following line
{{{
$url = sprintf($url);
}}}
Since the space character %20 uses the percentage sign, the function
malforms the $url output.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19219>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list