X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffilter-functions.php;h=8d78bb5d638e077855dea74129de6994c99476df;hp=1924031205bfac306f9d4272a8ab69c647502896;hb=1ecddafcb3c6ee030251d8c7ad28ac4b9d250133;hpb=124d4b3bc1bd76ddb10a8dd83d5055af041f51eb diff --git a/inc/filter-functions.php b/inc/filter-functions.php index 1924031205..8d78bb5d63 100644 --- a/inc/filter-functions.php +++ b/inc/filter-functions.php @@ -282,7 +282,7 @@ function runFilterChain ($filterName, $filterData = NULL) { //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Running: name=' . $filterName . ',func=' . $filterFunction . ',active=' . $active); // Is the filter active or newly added?? - if (($active == 'Y') || ($active == 'A') || ((in_array($filterName, array('shutdown','extension_remove','post_extension_run_sql'))) && ($active == 'R'))) { + 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 fixed