5cb086b2 by Insu Mun

Attempt to fix the Doctrine issue on production server.

1 parent 11946fa2
...@@ -470,7 +470,7 @@ function send_triggered_notification($uid = 0, $trigger = 'NO_TRIGGER', $args = ...@@ -470,7 +470,7 @@ function send_triggered_notification($uid = 0, $trigger = 'NO_TRIGGER', $args =
470 ); 470 );
471 471
472 $sentSuccessfully = false; 472 $sentSuccessfully = false;
473 if (CBV\system_can_send_emails()) { 473 if (CBV\system_can_send_emails_using_wpdb()) {
474 $response = \wpMandrill::mail($toEmail, $subject, !empty($html) ? $html : $altText, [], $attachments); 474 $response = \wpMandrill::mail($toEmail, $subject, !empty($html) ? $html : $altText, [], $attachments);
475 if ( 475 if (
476 is_array($response) 476 is_array($response)
......