|
okay well the change simply prevents it being deleted if the path is wrong to mogrify
&& is_file( $Globals['mogrify_command'] )
Therefore what this says if your only going to get a file deleted if the checkfile can not be created and mogrify does exist. So if it doesnt exist that if clause does not run.
|