mansj / enable-media-replace

***DEVELOPMENT DISCONTINUED*** Enable Media Replace, a WordPress plugin to make it possible to replace uploaded media files in a simple way.
GNU General Public License v2.0
28 stars 27 forks source link

Fix: Better error handling for get modified date #16

Closed polevaultweb closed 8 years ago

polevaultweb commented 9 years ago

WP Offload S3 allows users to upload attachments to S3 and remove them locally. When this happens, a PHP warning is thrown for filemtime()

mansj commented 9 years ago

Why are you attempting to return unassigned and empty variable $content at line 131?

polevaultweb commented 9 years ago

Ha, good question: lack of coffee?! Should be all fixed now, with some better handling of lack of modified time. :)

polevaultweb commented 8 years ago

@mansj did you have chance to look at this since the fix?