Go to au_subgroups/lib/hooks.php. On lines 162 - 165 you will see the following:
if(in_array($filter, array("open", "closed", "alpha"))){
au_subgroups_handle_openclosed_tabs();
return true;
}
Change to
if(in_array($filter, array("open", "closed", "alpha"))){
au_subgroups_handle_openclosed_tabs();
return false;
}
That will (very likely) fix it for you!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.