- prepare release;

This commit is contained in:
nikitasinelnikov
2019-07-16 14:24:12 +03:00
parent da4c9617a1
commit dea3112dde
4 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ if ( ! class_exists( 'um\core\Validation' ) ) {
}
foreach ( $changes as $key => $value ) {
if( !isset( $fields[ $key ] ) ){
if ( ! isset( $fields[ $key ] ) ) {
continue;
}