X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ftemplate-functions.php;h=cec52e7ccbf2f0632e89f4af891ec8daf5e47013;hp=ba3588063aef2e71c416d33e56150c515db62a76;hb=ff6e1b8fc739109c5e07413377268231f7a7c50d;hpb=5c8a9ba30d1aaa13a6f18c51548a4d3f2c25326e diff --git a/inc/template-functions.php b/inc/template-functions.php index ba3588063a..cec52e7ccb 100644 --- a/inc/template-functions.php +++ b/inc/template-functions.php @@ -155,7 +155,7 @@ function outputHtml ($htmlCode, $newLine = true) { default: // Huh, something goes wrong or maybe you have edited config.php ??? - debug_report_bug(__FUNCTION__, __LINE__, '{--FATAL_ERROR--}: {--LANG_NO_RENDER_DIRECT--}'); + debug_report_bug(__FUNCTION__, __LINE__, '{--FATAL_ERROR--}: {--NO_RENDER_DIRECT--}'); break; } // END - switch } elseif ((getPhpCaching() == 'on') && ((!isset($GLOBALS['header'])) || (count($GLOBALS['header']) == 0))) {