Skip to content

Commit 35d89ac

Browse files
committed
hotfix profile members
1 parent 5c50982 commit 35d89ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/cc-commoners-2019/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)