Heavy rewrite:
[mailer.git] / inc / filters.php
index d532c238555e10f40fac830fefc33e344e491cf7..5f9fa665c497d402768a257adfa84ae2a8fc1b83 100644 (file)
@@ -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