Index: branches/unlabeled/unlabeled-1.13.2/core/units/users/users_item.php =================================================================== diff -u -r7394 -r7955 --- branches/unlabeled/unlabeled-1.13.2/core/units/users/users_item.php (.../users_item.php) (revision 7394) +++ branches/unlabeled/unlabeled-1.13.2/core/units/users/users_item.php (.../users_item.php) (revision 7955) @@ -86,8 +86,8 @@ $this->Application->EmailEventUser('USER.VALIDATE', $this->GetID() ); } else { - $this->Application->EmailEventAdmin('USER.ADD', $this->GetID() ); - $this->Application->EmailEventUser('USER.ADD', $this->GetID() ); + $this->Application->EmailEventAdmin('USER.ADD', $this->GetID() ); + $this->Application->EmailEventUser('USER.ADD', $this->GetID() ); } break;