Committer: vsukhanov
LJSUP-10309: disable adding records to recent actions log on send emailU trunk/cgi-bin/ljmail.pl
Modified: trunk/cgi-bin/ljmail.pl =================================================================== --- trunk/cgi-bin/ljmail.pl 2011-11-07 10:57:03 UTC (rev 20485) +++ trunk/cgi-bin/ljmail.pl 2011-11-07 11:26:49 UTC (rev 20486) @@ -197,9 +197,6 @@ $log_action = ($opt->{html}) ? 'email_send_html' : 'email_send_text'; } - LJ::note_recent_action(undef, $log_action); - - ## Start sending process: ## 1. At stage One we try to send email right now from this process ## 2. If stage one faults for some reason, at stage Two add task to TheSchwartz queue.