From: Roland Häder Date: Wed, 12 Jun 2013 03:24:30 +0000 (+0000) Subject: Added missing 'abort' element X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b7cfbecf4b73cfb05d70af04a31b556ebf7012e8;p=mailer.git Added missing 'abort' element --- diff --git a/inc/libs/forced_functions.php b/inc/libs/forced_functions.php index 761e5bd73c..73c271bc56 100644 --- a/inc/libs/forced_functions.php +++ b/inc/libs/forced_functions.php @@ -358,6 +358,7 @@ function changeForcedCampaignStatus ($campaignId, $prevStatus, $newStatus, $data 'prev_status' => $prevStatus, 'new_status' => $newStatus, 'data' => $data, + 'abort' => NULL, ); // Run pre filter chain