Index: branches/5.2.x/units/products/products_event_handler.php =================================================================== diff -u -r15568 -r15605 --- branches/5.2.x/units/products/products_event_handler.php (.../products_event_handler.php) (revision 15568) +++ branches/5.2.x/units/products/products_event_handler.php (.../products_event_handler.php) (revision 15605) @@ -1,6 +1,6 @@ Load($ord_id); - $this->Application->EmailEventAdmin('BACKORDER.FULLFILL'); + $this->Application->emailAdmin('BACKORDER.FULLFILL'); //reserve what's possible in any case $event = new kEvent('ord:OnReserveItems'); @@ -774,8 +774,8 @@ if ( preg_match('/' . REGEX_EMAIL_USER . '@' . REGEX_EMAIL_DOMAIN . '/', $friend_email) ) { $user_id = $this->Application->RecallVar('user_id'); - $email_sent = $this->Application->EmailEventUser('PRODUCT.SUGGEST', $user_id, $send_params); - $this->Application->EmailEventAdmin('PRODUCT.SUGGEST'); + $email_sent = $this->Application->emailUser('PRODUCT.SUGGEST', $user_id, $send_params); + $this->Application->emailAdmin('PRODUCT.SUGGEST'); if ( $email_sent ) { $event->setRedirectParams(Array ('opener' => 's', 'pass' => 'all'));