Index: branches/5.2.x/core/units/logs/system_logs/system_log_eh.php =================================================================== diff -u -N -r15552 -r15608 --- branches/5.2.x/core/units/logs/system_logs/system_log_eh.php (.../system_log_eh.php) (revision 15552) +++ branches/5.2.x/core/units/logs/system_logs/system_log_eh.php (.../system_log_eh.php) (revision 15608) @@ -1,6 +1,6 @@ $notification_email, ); - $this->Application->EmailEventAdmin('SYSTEM.LOG.NOTIFY', null, $send_params); + $this->Application->emailAdmin('SYSTEM.LOG.NOTIFY', null, $send_params); $this->Application->removeObject($event->Prefix . '.email'); $object = $event->getObject(Array ('skip_autoload' => true));