- fixed variable type for UM()->form()->processing and UM()->fields()->set_id;

This commit is contained in:
Mykyta Synelnikov
2023-08-23 15:00:21 +03:00
parent 8cb6c79c26
commit 26de093b38
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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();