Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26992, comment 7


Ignore:
Timestamp:
10/07/2014 05:46:33 PM (10 years ago)
Author:
wpdavis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26992, comment 7

    initial v1  
    11Confirmed: This is a stupid, annoying thing. Attached is a patch that only checks for a permissions error if it's a newly-uploaded file. Else the script is just using the basedir piece of wp_upload_dir, and the fact that there is a permissions error is completely irrelevant.
     2
     3Edit: Not trying to call anyone stupid, just frustrated after spending 15 minutes tracking that one down.