- fixed issue with avatars/cover photos upload without crop;

This commit is contained in:
nikitasinelnikov
2019-10-21 23:39:19 +03:00
parent 88f586ff11
commit 627bbb0fae
10 changed files with 160 additions and 380 deletions
+3 -6
View File
@@ -1640,14 +1640,11 @@ if ( ! class_exists( 'um\core\User' ) ) {
* Update files
*
* @param $changes
*
* @deprecated 2.1.0
*/
function update_files( $changes ) {
foreach ( $changes as $key => $uri ) {
$src = um_is_temp_upload( $uri );
UM()->files()->new_user_upload( $this->id, $src, $key );
}
um_deprecated_function( 'update_files', '2.1.0', '' );
}