Next wave of lesser getMessage() usage and more EL
[mailer.git] / inc / filters.php
index 1d96aa316c814c10171bb7fa0324e03afe017154..a96ee6022a141e88199b0da125f3e4fc9aa2832a 100644 (file)
@@ -823,11 +823,11 @@ function FILTER_HANDLE_FATAL_ERRORS () {
        }
 
        // Message to regular users (non-admin)
-       $CORR = getMessage('FATAL_REPORT_ERRORS');
+       $CORR = '{--FATAL_REPORT_ERRORS--}';
 
        // PHP warnings fixed
        if ($check == 'done') {
-               if (isAdmin()) $CORR = getMessage('FATAL_CORRECT_ERRORS');
+               if (isAdmin()) $CORR = '{--FATAL_CORRECT_ERRORS--}';
        } // END - if
 
        // Remember all in array