mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
MINOR: Fixed no-available-sites edge case (from r88959) (from r96301)
This commit is contained in:
parent
3a59828fed
commit
c61d9aa94e
@ -61,6 +61,7 @@ class GroupSubsites extends DataObjectDecorator implements PermissionProvider {
|
||||
|
||||
$subsites = Subsite::accessible_sites(array('ADMIN', 'SECURITY_SUBSITE_GROUP'), true);
|
||||
$subsiteMap = $subsites->toDropdownMap();
|
||||
|
||||
|
||||
// Interface is different if you have the rights to modify subsite group values on
|
||||
// all subsites
|
||||
|
Loading…
Reference in New Issue
Block a user