]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter-functions.php
dl() is not always available in all supported PHP versions (SAPIs from 5.3+ may
[mailer.git] / inc / filter-functions.php
index 939cd84d5b864c2fe88aa943b0adc55915b74caf..7ee7241b44a54300df887a054917f5c496520d33 100644 (file)
@@ -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.');