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

Bug in upload.php>emr_delete_current_files #34

Closed icecandy closed 6 years ago

icecandy commented 6 years ago

Looks like a bug in line 16 of upload.php: function emr_delete_current_files( $current_file, $metadta = null ) {

In the function body you refer to $metadata, whereas input param is $metadta.

mansj commented 6 years ago

Wow, good catch! Will patch immediately.

icecandy commented 6 years ago

Wow, quick patch :)