X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=inc%2Ffilters.php;h=5f9fa665c497d402768a257adfa84ae2a8fc1b83;hb=3f51c40f4fede87228216f9285b745a339e3891d;hp=d532c238555e10f40fac830fefc33e344e491cf7;hpb=07612d2debcc78a93678db0deed050d82df432f1;p=mailer.git diff --git a/inc/filters.php b/inc/filters.php index d532c23855..5f9fa665c4 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -205,7 +205,7 @@ function unregisterFilter ($filterName, $filterFunction, $force = false, $dry_ru } // "Runs" the given filters, data is optional and can be any type of data -function runFilterChain ($filterName, $data = null, $silentAbort = true) { +function runFilterChain ($filterName, $data = null) { // Is that filter chain there? if (!isset($GLOBALS['filters']['chains'][$filterName])) { // We should find all these non-existing filter chains