From c01eaa04f7f2f3a3ebe07c2e2ce30158469fac10 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Thu, 11 Nov 2010 04:21:56 -0600 Subject: [PATCH] Changes in the post-saved hook Was added a write panel reference in the post-saved hook --- RCCWP_Post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RCCWP_Post.php b/RCCWP_Post.php index cc0befe..37b06f4 100644 --- a/RCCWP_Post.php +++ b/RCCWP_Post.php @@ -124,7 +124,7 @@ function SetMetaValues($postId){ ); //pre save value - do_action('mf_presave',$fieldMetaID,$name,$groups_index,$index,$postId,$value); + do_action('mf_presave',$fieldMetaID,$name,$groups_index,$index,$postId,$value,$customWritePanelId); $index++; }