X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilter-functions.php;h=b797f90f15130559594b1710859f0950c6384d43;hb=05f2bbfff5c041bc126894e87ea979bd3df6eb25;hp=e96ab005b547a10040be3c33188d53265b51db20;hpb=01c643fbb3dabb7953a6e9646113eb5742ebe3be;p=mailer.git diff --git a/inc/filter-functions.php b/inc/filter-functions.php index e96ab005b5..b797f90f15 100644 --- a/inc/filter-functions.php +++ b/inc/filter-functions.php @@ -247,7 +247,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) { // Is that filter chain there? - if (!isset($GLOBALS['cache_array']['filter']['chains'][$filterName])) { + if ((!isset($GLOBALS['cache_array']['filter']['chains'][$filterName])) && (isDebugModeEnabled())) { // We should find all these non-existing filter chains //* Only for tracking: */ if ($filterName != 'sql_admin_extra_data') { //* Only for tracking: */ debug_report_bug('Filter chain ' . $filterName . ' not found!');