Skip to content

Commit

Permalink
Trace off
Browse files Browse the repository at this point in the history
  • Loading branch information
skyslasher committed Jan 24, 2021
1 parent b7974b2 commit 9efa287
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions civi_flexmailer_embedimages.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ function civi_flexmailer_embedimages_civicrm_container( $container )

function _civi_flexmailer_embedimages_send_batch( \Civi\FlexMailer\Event\SendBatchEvent $event)
{
$line = "Listener _civi_flexmailer_embedimages_send_batch called";
$dt = new DateTime();
file_put_contents( '/var/www/vhosts/upgrade-jetzt.de/httpdocs/log/civi_flexmailer_embedimages.log', "[" . $dt->format('Y-m-d\TH:i:s.u') . "] " . $line . "\n", FILE_APPEND | LOCK_EX );
$EmbedSender = new CRM_CiviFlexmailerEmbedimages_EmbedSender();
$EmbedSender->onSend( $event );
}

0 comments on commit 9efa287

Please sign in to comment.