1. Register to a private hub
2. Do a search in the community finder
=> the private hub is not listed in the hub listing
the error is:
blocks/community/forms.php:
$hubs = $hubs + $additionalhubs;
|
should be
$hubs = array_merge($hubs, $additionalhubs);
|
Fixed in MDL-25278, see github link in this issue.
- has been marked as being related by
-
MDL-25278 Community finder: display all private hub descriptions in the hub listing
-
- Closed
-