}
// If the option is "edit" don't let lower-level users assign privileges above the user's pay grade
- if ($option == 'edit' && $this->config['loggedInUser']['contactUser']) {
+ if (($option == 'edit' || $option == 'create') && $this->config['loggedInUser']['contactUser']) {
// If this is an Entity Manager or lower user, then remove the "MembersManger" role selection
if ($this->config['loggedInUser']['contactUser']['role'] >= $this->config['contact_role_numb']['EntityManager']) {