From 5cf56305e05df061e2d3ef50f3019a8414aa6ca8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 9 Aug 2011 18:00:13 +0000 Subject: [PATCH] Should be reported at the forums, please --- inc/filter-functions.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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 -- 2.39.2