]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_newsletter.php
Began to rewrite whole script for newly added filters, new extension stub 'network...
[mailer.git] / inc / modules / admin / what-list_newsletter.php
index ef2989fa916ef3a064fdd85ff1574a4cb2086439..1e7943f7429995b10b35f9d3fcd5451f0ddef9b2 100644 (file)
@@ -48,7 +48,7 @@ if ((!empty($_POST['uid'])) && (!empty($_POST['id'])))
         array(bigintval($_POST['uid'])), __FILE__, __LINE__);
 
        // Next the task system...
-       ADMIN_SOLVE_TASK($_POST['id']);
+       RUN_FILTER('solve_task', bigintval($_POST['id']));
 
        // Send mail to user
        $msg = LOAD_EMAIL_TEMPLATE("member_newsletter_done", true, bigintval($_POST['uid']));