diff --git a/core/lib/upload/um-image-upload.php b/core/lib/upload/um-image-upload.php index d89c2fb3..2a925a78 100644 --- a/core/lib/upload/um-image-upload.php +++ b/core/lib/upload/um-image-upload.php @@ -31,7 +31,7 @@ if(isset($_FILES[$id]['name'])) { $ret['error'] = $error; } else { - + $file = "stream_photo_".md5($file)."_".uniqid(); $ret[] = $ultimatemember->files->new_image_upload_temp( $temp, $file, um_get_option('image_compression') ); }