- fixed login form loading in modal window;

This commit is contained in:
nikitozzzzzzz
2018-06-21 17:27:36 +03:00
parent 12e291e278
commit 6e2e907a6b
6 changed files with 17 additions and 6 deletions
+4
View File
@@ -107,6 +107,10 @@ if ( ! class_exists( 'um\core\Password' ) ) {
UM()->form()->post_form = $_POST;
if ( empty( UM()->form()->post_form['mode'] ) ) {
UM()->form()->post_form['mode'] = 'password';
}
/**
* UM hook
*