Skip to content

Commit

Permalink
Fix incorrect function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Dec 20, 2023
1 parent 56f42ff commit abb726a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/integration-groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ function edit_screen_save( $group_id = null ) {
else
bp_core_add_message( __( 'Settings saved successfully', 'buddypress-docs' ) );

$redirect_url = bp_groups_get_group_manage_url(
$redirect_url = bp_get_group_manage_url(
bp_get_current_group_id(),
bp_groups_get_path_chunks( array( $this->slug ), 'manage' )
);
Expand Down

0 comments on commit abb726a

Please sign in to comment.