mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed variable type for UM()->form()->processing and UM()->fields()->set_id;
This commit is contained in:
@@ -170,7 +170,7 @@ if ( ! class_exists( 'um\core\Password' ) ) {
|
||||
return '';
|
||||
}
|
||||
|
||||
UM()->fields()->set_id = $args['form_id'];
|
||||
UM()->fields()->set_id = absint( $args['form_id'] );
|
||||
|
||||
ob_start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user