Moved filter function back to filters.php, fix for non-installed ext-sql_patches
[mailer.git] / inc / filter-functions.php
index e65b789167c411a17bd3fc2165084f7eda160ac6..dca5b9ec6cff5fa9a013f1e610180f905c8194ce 100644 (file)
@@ -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