X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffilter-functions.php;h=dca5b9ec6cff5fa9a013f1e610180f905c8194ce;hp=e65b789167c411a17bd3fc2165084f7eda160ac6;hb=97cc48768dde69e5a98aab29b54ae7326422f9cb;hpb=f853baf87e141ab54fd28d6a1e4d8e301a1b9fb4;ds=sidebyside diff --git a/inc/filter-functions.php b/inc/filter-functions.php index e65b789167..dca5b9ec6c 100644 --- a/inc/filter-functions.php +++ b/inc/filter-functions.php @@ -197,7 +197,7 @@ function registerFilter ($filterName, $filterFunction, $silentAbort = true, $for // Is the function there? if (!function_exists($filterFunction)) { // Then abort here - addFatalMessage(__FUNCTION__, __LINE__, sprintf(getMessage('FILTER_FAILED_404'), $filterFunction, $filterName)); + addFatalMessage(__FUNCTION__, __LINE__, sprintf("Filter function %s could not be added to filter chain %s.", $filterFunction, $filterName)); return false; } // END - if