Index: trunk/kernel/include/portalgroup.php =================================================================== diff -u -r271 -r278 --- trunk/kernel/include/portalgroup.php (.../portalgroup.php) (revision 271) +++ trunk/kernel/include/portalgroup.php (.../portalgroup.php) (revision 278) @@ -6,7 +6,7 @@ function clsPortalGroup($GroupId=NULL) { - $this->clsParsedItem($Groupid); + $this->clsParsedItem($GroupId); $this->tablename=GetTablePrefix()."PortalGroup"; $this->type=7; $this->BasePermission="GROUP";