- fixed delete user and password change in account page;

This commit is contained in:
nikitozzzzzzz
2018-09-17 16:53:40 +03:00
parent 66c38c52fb
commit 55ddc025f6
3 changed files with 77 additions and 47 deletions
+2 -1
View File
@@ -324,8 +324,9 @@ if ( ! class_exists( 'um\core\Account' ) ) {
UM()->fields()->set_mode = 'account';
UM()->fields()->editing = true;
if ( get_query_var('um_tab') )
if ( get_query_var('um_tab') ) {
$this->current_tab = get_query_var('um_tab');
}
}
}