]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-overview.php
Fixes for stripped HTML tags, and false warnings in debug log
[mailer.git] / inc / modules / admin / what-overview.php
index 9d43b8d6bfe60dd71863630572b6bdc46bf2b818..4f1a7073b46714444169be33505e8ed10cdb05e8 100644 (file)
@@ -85,7 +85,7 @@ if ($JOBS_DONE) {
        }
 
        // List selected tasks on overview when task management is not active
-       OUTPUT_SELECTED_TASKS($_POST, $result_tasks);
+       OUTPUT_SELECTED_TASKS(REQUEST_POST_ARRAY(), $result_tasks);
 }
 
 //