From c61d9aa94e8d774fd521dd6e450a19a1c653c5e5 Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Mon, 1 Mar 2010 22:09:17 +0000 Subject: [PATCH] MINOR: Fixed no-available-sites edge case (from r88959) (from r96301) --- code/GroupSubsites.php | 1 + 1 file changed, 1 insertion(+) diff --git a/code/GroupSubsites.php b/code/GroupSubsites.php index 04e824d..1c446b7 100644 --- a/code/GroupSubsites.php +++ b/code/GroupSubsites.php @@ -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