MINOR: Fixed no-available-sites edge case (from r88959) (from r96301)

This commit is contained in:
Tom Rix 2010-03-01 22:09:17 +00:00
parent 3a59828fed
commit c61d9aa94e

View File

@ -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