X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=modules.php;h=5dcf9f06cf57dc65778c118b2fa20462f340a609;hp=796b1e8128191000cc04810ef640d0afc45390f7;hb=fc162164725588cf75969f707faead9c9cd8e68b;hpb=f2aeaab0cd313b2eeb151642455ed558f6b186dc diff --git a/modules.php b/modules.php index 796b1e8128..5dcf9f06cf 100644 --- a/modules.php +++ b/modules.php @@ -76,7 +76,7 @@ $check = 'failed'; // Is the maintenance mode active or goes all well? if ((isExtensionActive('maintenance')) && (getConfig('maintenance') == 'Y') && (!isAdmin()) && (getModule() != 'admin')) { // Maintain mode is active and you are no admin - addFatalMessage(__FILE__, __LINE__, getMessage('MAILER_DOWN_FOR_MAINTENANCE')); + addFatalMessage(__FILE__, __LINE__, '{--MAILER_DOWN_FOR_MAINTENANCE--}'); } elseif ((SQL_IS_LINK_UP()) && (!ifFatalErrorsDetected())) { // Construct module name $GLOBALS['module_inc'] = sprintf("inc/modules/%s.php", getModule()); @@ -133,7 +133,7 @@ if ((isExtensionActive('maintenance')) && (getConfig('maintenance') == 'Y') && ( } // END - switch } elseif (!ifFatalErrorsDetected()) { // MySQL problems detected - addFatalMessage(__FILE__, __LINE__, getMessage('MYSQL_ERRORS')); + addFatalMessage(__FILE__, __LINE__, '{--MYSQL_ERRORS--}'); } if (($isModuleValid === true) && (isset($GLOBALS['module_inc']))) {