]> git.mxchange.org Git - mailer.git/blobdiff - inc/language-functions.php
Should not be loadInclude() here, we need to rewrite EXT_LOAD_MODE and EXT_VER here
[mailer.git] / inc / language-functions.php
index a148f534f5e343365b6120ed7707d9060d470ca4..8aa635052922ac45c81be76e16e77ee7fa94d94e 100644 (file)
@@ -45,7 +45,7 @@ if (!defined('__SECURITY')) {
 // @TODO Rewrite all language constants to this function.
 function getMessage ($messageId) {
        // Default is not found!
-       $return = '!'.$messageId.'!';
+       $return = '!' . $messageId . '!';
 
        // Is the language string found?
        if (isset($GLOBALS['msg'][strtolower($messageId)])) {