Opened 18 years ago
Closed 18 years ago
#6073 closed defect (bug) (fixed)
wp_upload_dir() produces incorrect URL if upload_path is empty
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description
There was a bug in the patch at #5953. If the upload_path option is empty, it produces attachment URLs like http://example.com//2008/03/foo.jpg instead of http://example.com/wp-content/uploads/2008/03/foo.jpg. The filesystem path is correct, just the URL is broken. The enclosed patch fixes it.
I added a new unit test for the specific case, test_upload_dir_empty():
http://svn.automattic.com/wordpress-tests/wp-testcase/test_uploads.php
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Fixed in:
[7134] Deal correctly with empty upload_path option. Hat tip: tellyworth.