From 941f676a904c57724bbe68535c3d3660ac28656d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 14 Sep 2010 21:15:33 -0700 Subject: [PATCH] Remove Product Managers as a protected group. --- lib/WebGUI/Group.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Group.pm b/lib/WebGUI/Group.pm index 540be1583..c7a9c61a5 100644 --- a/lib/WebGUI/Group.pm +++ b/lib/WebGUI/Group.pm @@ -1980,7 +1980,7 @@ sub vitalGroup { if (! $groupId && ref $class ) { $groupId = $class->getId; } - return $groupId ~~ [ map { "$_" } (1..17), qw/pbgroup000000000000015 pbgroup000000000000016 pbgroup000000000000017 /]; + return $groupId ~~ [ map { "$_" } (1..17), 15, 16, 17, qw/pbgroup000000000000015 pbgroup000000000000016 pbgroup000000000000017 /]; } 1;