neen Posted April 5, 2010 Posted April 5, 2010 I think it would be useful to pass $type to classes that extend the admin group form, so that they can know whether it's a new group vs an edit to an existing group. This is a simple change to line 857 of admin/applications/members/modules_admin/groups/groups.php...$data = $_object->getDisplayContent( $group, $tabsUsed ); to $data = $_object->getDisplayContent( $group, $tabsUsed, $type );
Recommended Posts
Archived
This topic is now archived and is closed to further replies.