]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/overview-inc.php
Several rewrites/renames, fixes for installation. Resolves #104
[mailer.git] / inc / modules / admin / overview-inc.php
index 01f3a7be8d22bb72a4b5715f3fe1fe880f5140bb..ed718d441a6107c7209ac124291fd8ee239f6df8 100644 (file)
@@ -244,7 +244,7 @@ function OUTPUT_SELECTED_TASKS ($POST, $result_tasks) {
                                                // Close task but not already closes or deleted or update tasks
                                                if (($status != "CLOSED") && ($status != "DELETED") && ($type != "EXTENSION_UPDATE")) {
                                                        // Solve the task
-                                                       RUN_FILTER('solve_task', $tid);
+                                                       runFilterChain('solve_task', $tid);
                                                } // END - if
                                        }
                                        break;
@@ -256,7 +256,7 @@ function OUTPUT_SELECTED_TASKS ($POST, $result_tasks) {
                                        // Close task
                                        if (($status != "CLOSED") && ($status != "DELETED")) {
                                                // Solve the task
-                                               RUN_FILTER('solve_task', $tid);
+                                               runFilterChain('solve_task', $tid);
                                        } // END - if
                                        break;