Next wave of lesser getMessage() usage and more EL
[mailer.git] / inc / libs / payout_functions.php
index a33429bf5dfed1e04191e1f62aedf494c6d61089..8cdac37d2bfad5492290452371209a3943d99795 100644 (file)
@@ -87,7 +87,7 @@ ORDER BY
 // "Translates" the payout status into a human-readable message
 function translatePayoutStatus ($status) {
        // Try to get a message from given status
-       $message = getMessage('PAYOUT_STATUS_' . strtoupper($status) . '');
+       $message = '{--PAYOUT_STATUS_' . strtoupper($status) . '--}';
 
        // Return it
 }