X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flanguage-functions.php;h=8aa635052922ac45c81be76e16e77ee7fa94d94e;hp=a148f534f5e343365b6120ed7707d9060d470ca4;hb=6f84557682d510da8dd04a1e2b6408431090126f;hpb=a9d8c2dd21c5b7aa9c389bb510db8263fa78dd7b;ds=sidebyside diff --git a/inc/language-functions.php b/inc/language-functions.php index a148f534f5..8aa6350529 100644 --- a/inc/language-functions.php +++ b/inc/language-functions.php @@ -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)])) {