Index: branches/RC/core/units/users/users_event_handler.php =================================================================== diff -u -r11329 -r11355 --- branches/RC/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 11329) +++ branches/RC/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 11355) @@ -745,7 +745,7 @@ $send_params['to_name']=$friend_name; $user_id = $this->Application->RecallVar('user_id'); - $email_event =& $this->Application->EmailEventUser('SITE.SUGGEST', $user_id, $send_params); + $email_event =& $this->Application->EmailEventUser('USER.SUGGEST', $user_id, $send_params); if ($email_event->status == erSUCCESS){ $event->redirect_params = array('opener' => 's', 'pass' => 'all');