Index: includes/extend/buddypress/group.php
--- includes/extend/buddypress/group.php
+++ includes/extend/buddypress/group.php
@@ -111,8 +111,8 @@
 		add_filter( 'post_type_link',            array( $this, 'post_type_link'               ), 10, 2 );
 
 		// Allow group member to view private/hidden forums
-		add_filter( 'bbp_map_topic_meta_caps',   array( $this, 'map_topic_meta_caps'          ), 10, 4 );
-		add_filter( 'bbp_map_reply_meta_caps',   array( $this, 'map_topic_meta_caps'          ), 10, 4 );
+		add_filter( 'bbp_map_meta_caps',         array( $this, 'map_topic_meta_caps'          ), 10, 4 );
+		add_filter( 'bbp_map_meta_caps',         array( $this, 'map_topic_meta_caps'          ), 10, 4 );
 
 		// Map group forum activity items to groups
 		add_filter( 'bbp_before_record_activity_parse_args', array( $this, 'map_activity_to_group' ) );
