- fixed image download with cache;

This commit is contained in:
nikitozzzzzzz
2018-10-25 11:46:06 +03:00
parent 3f9d0b71eb
commit 80b8838c6c
+1
View File
@@ -90,6 +90,7 @@ if ( ! class_exists( 'um\core\Files' ) ) {
$url = add_query_arg( array( 'um_action' => 'download', 'um_form' => $form_id, 'um_field' => $field_key, 'um_user' => $user_id, 'um_verify' => $nonce ), $url );
}
//add time to query args for sites with the cache
return add_query_arg( array( 't' => time() ), $url );
}