added comment to explain the protection

This commit is contained in:
asus
2024-04-16 14:22:44 +02:00
parent 8479efc51e
commit d2e4edaec2

View File

@@ -32,6 +32,7 @@ function form_partner_before_process($form_id, $post_array, $form_type) {
//nothing to overwrite
return Fbpatch::set_post_elements_to_forget(0, false, array());
}
// if post creation there will not be an ID
if (!isset($post_array['ID']) || empty($post_array['ID'])) {
//nothing to overwrite
return Fbpatch::set_post_elements_to_forget(0, false, array());