- file uploading/downloading fixes;

This commit is contained in:
nikitozzzzzzz
2018-09-14 14:39:05 +03:00
parent c922067f9c
commit da74fa7000
9 changed files with 178 additions and 23 deletions
-1
View File
@@ -1673,7 +1673,6 @@ if ( ! class_exists( 'um\core\User' ) ) {
// update user
if ( count( $args ) > 1 ) {
//if isset roles argument validate role to properly for security reasons
if ( isset( $args['role'] ) ) {
global $wp_roles;