Index: trunk/kernel/include/portalgroup.php =================================================================== diff -u -r415 -r585 --- trunk/kernel/include/portalgroup.php (.../portalgroup.php) (revision 415) +++ trunk/kernel/include/portalgroup.php (.../portalgroup.php) (revision 585) @@ -425,7 +425,7 @@ return $g; } - function Add_Group($Name, $Description, $System=1) + function &Add_Group($Name, $Description, $System=1) { $g = new clsPortalGroup(NULL); $g->tablename = $this->SourceTable;