X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Ffilter-functions.php;h=41e5adeca08236ea36d2126e5457919c1cb259f9;hb=a6338d45de26f6d08ff8fb3827fdc34157214b3f;hp=4c3cae095dd75dd03a5e461401e51e0f1501191b;hpb=7cb246c51e8634735aaf24e546bcbc46c5ce3833;p=mailer.git diff --git a/inc/filter-functions.php b/inc/filter-functions.php index 4c3cae095d..41e5adeca0 100644 --- a/inc/filter-functions.php +++ b/inc/filter-functions.php @@ -232,7 +232,7 @@ function unregisterFilter ($filterName, $filterFunction, $force = false, $dry_ru // Is that filter there? if ((!isset($GLOBALS['cache_array']['filter']['chains'][$filterName][$filterFunction])) && ($force === false)) { // Not found, so abort here - addFatalMessage(__FUNCTION__, __LINE__, getMessage('FILTER_FAILED_NOT_REMOVED'), array($filterFunction, $filterName)); + addFatalMessage(__FUNCTION__, __LINE__, sprintf(getMessage('FILTER_FAILED_NOT_REMOVED'), $filterFunction, $filterName)); return false; } // END - if