#416 closed defect (bug) (fixed)
$_POST returns nothing after the groups_custom_group_fields_editable
Reported by: | nicolagreco | Owned by: | nicolagreco |
---|---|---|---|
Milestone: | Priority: | critical | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
here is my function:
function show_post() { $text = print_r ($_POST,true); echo $text; } add_action( 'groups_custom_group_fields_editable', 'show_post' );
the $text return me Array ( )
so i think that there is something that make $_POST as null before!
Please remove that!
Change History (3)
Note: See
TracTickets for help on using
tickets.
here it's the bug for me
bp-groups.php
the $_POST is = NULL because it redirect on line 623 and it can't load $_POST because groups_screen_group_admin_edit_details because it is after the redirect