X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilter-functions.php;h=7ee7241b44a54300df887a054917f5c496520d33;hb=2553e144545992e5b6c6fc6323d2c71cfd10a367;hp=939cd84d5b864c2fe88aa943b0adc55915b74caf;hpb=e1abdee82f2bbdb97cff2623ed08069a258cfff9;p=mailer.git diff --git a/inc/filter-functions.php b/inc/filter-functions.php index 939cd84d5b..7ee7241b44 100644 --- a/inc/filter-functions.php +++ b/inc/filter-functions.php @@ -292,7 +292,7 @@ function runFilterChain ($filterName, $filterData = NULL) { // Is that filter chain there? if (!isset($GLOBALS['cache_array']['filter']['chains'][$filterName])) { - // Log not found filters in debug-mode + // Filter chain not found filters in debug-mode if (isDebugModeEnabled()) { // Log it away... logDebugMessage(__FUNCTION__, __LINE__, 'Filter chain ' . $filterName . ' does not exist.');