Skip to content

Commit

Permalink
Changes in the post-saved hook
Browse files Browse the repository at this point in the history
Was added a write panel reference in the  post-saved hook
  • Loading branch information
gnuget committed Nov 11, 2010
1 parent d443f30 commit c01eaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RCCWP_Post.php
Expand Up @@ -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++;
}
Expand Down

0 comments on commit c01eaa0

Please sign in to comment.