Skip to content

Commit 17e8c9a

Browse files
committed
hotfix bea content sync fusion
1 parent 68ce9d6 commit 17e8c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/client/post_type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static function merge( array $data, array $sync_fields ) {
5757
// TODO: Management exception, SO RARE in WP !
5858
continue;
5959
} else {
60-
update_post_meta( $new_post_id, $key, $values[0] );
60+
update_post_meta( $new_post_id, $key, maybe_unserialize( $values[0] ) );
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)