Skip to content

Commit 436e678

Browse files
committed
fix profile view bug
1 parent 8df97a1 commit 436e678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/bp-integration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public static function current_user_is_accepted() {
1111
}
1212
static function check_if_user_is_accepted() {
1313
$active = ccgn_registration_user_get_stage_and_date( bp_displayed_user_id() );
14-
if ( active['stage'] != 'accepted' ) {
14+
if ( $active['stage'] != 'accepted' ) {
1515
wp_redirect( home_url() );
1616
exit;
1717
}

0 commit comments

Comments
 (0)