@webappdesigner
9 years, 6 months ago
answered my own question….
For anyone that has the same problem, bbpress -> includes -> extend -> buddypress -> groups.php
on line 151 change
public function display() { to public function display($group_id = NULL) {
public function display() {
public function display($group_id = NULL) {