Should be reported at the forums, please
authorRoland Häder <roland@mxchange.org>
Tue, 9 Aug 2011 18:00:13 +0000 (18:00 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 9 Aug 2011 18:00:13 +0000 (18:00 +0000)
inc/filter-functions.php

index ddecb475cb5a710d96392890e98a17a4ad9ae045..1960dadff976e7530b416c28184d68e86169fc8b 100644 (file)
@@ -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