Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5cb086b2
authored
2016-01-13 10:48:25 -0500
by
Insu Mun
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Attempt to fix the Doctrine issue on production server.
1 parent
11946fa2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/Notifications/Notifications.php
com/Notifications/Notifications.php
View file @
5cb086b
...
...
@@ -470,7 +470,7 @@ function send_triggered_notification($uid = 0, $trigger = 'NO_TRIGGER', $args =
);
$sentSuccessfully
=
false
;
if
(
CBV\system_can_send_emails
())
{
if
(
CBV\system_can_send_emails
_using_wpdb
())
{
$response
=
\wpMandrill
::
mail
(
$toEmail
,
$subject
,
!
empty
(
$html
)
?
$html
:
$altText
,
[],
$attachments
);
if
(
is_array
(
$response
)
...
...
Please
register
or
sign in
to post a comment