From: Roland Häder Date: Tue, 9 Aug 2011 18:00:13 +0000 (+0000) Subject: Should be reported at the forums, please X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=5cf56305e05df061e2d3ef50f3019a8414aa6ca8;ds=sidebyside Should be reported at the forums, please --- diff --git a/inc/filter-functions.php b/inc/filter-functions.php index ddecb475cb..1960dadff9 100644 --- a/inc/filter-functions.php +++ b/inc/filter-functions.php @@ -288,14 +288,8 @@ function runFilterChain ($filterName, $filterData = NULL) { if (($active == 'Y') || ($active == 'A') || ((in_array($filterName, array('shutdown','extension_remove','post_extension_run_sql'))) && ($active == 'R'))) { // Is this filter there? if (!function_exists($filterFunction)) { - // Should be logged - logDebugMessage(__FUNCTION__, __LINE__, 'filterName=' . $filterName . ',filterFunction=' . $filterFunction . ' - AUTO-UNREGISTERED!'); - - // Unregister it - unregisterFilter(__FUNCTION__, __LINE__, $filterName, $filterFunction); - - // Skip this entry - continue; + // Should be fixed + debug_report_bug(__FUNCTION__, __LINE__, 'filterName=' . $filterName . ',filterFunction=' . $filterFunction . ' - AUTO-UNREGISTERED!'); } // END - if // Call the filter chain