Way more usage of EL code:
[mailer.git] / inc / libs / user_functions.php
index 7c23a241634c11b1cb00b19d74a796893f0c2913..f1d1f1c5e2638f79bf1a142e2a4f1d15098ece93 100644 (file)
@@ -689,7 +689,7 @@ function doResendUserConfirmationLink ($email) {
 // This is different to translateUserStatus() in text messages.
 function getConfirmationMessageFromUserStatus ($status) {
        // Default is 'UNKNOWN'
-       $message = getMaskedMessage('GUEST_LOGIN_ID_UNKNOWN_STATUS', $status);
+       $message = '{%message,GUEST_LOGIN_ID_UNKNOWN_STATUS=' . $status . '%}';
 
        // Which status is it?
        switch ($status) {