From 4ca645cb0cbd8e7f5d28a0ca7735297958ddd04f Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Fri, 30 Oct 2020 09:08:00 -0400 Subject: [PATCH] (NFC) Fix typo in Money valueFormat depretation warning --- CRM/Utils/Money.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Money.php b/CRM/Utils/Money.php index c99a792167..274b96626a 100644 --- a/CRM/Utils/Money.php +++ b/CRM/Utils/Money.php @@ -67,7 +67,7 @@ class CRM_Utils_Money { } if (!empty($valueFormat) && $valueFormat !== '%!i') { - CRM_Core_Error::deprecatedFunctionWarning('Having a Money Value format other than !%i is deprecated, please report this on the GitLab Issue https://lab.civicrm.org/dev/core/-/issues/1494 with the relevant moneyValueFormat you use.'); + CRM_Core_Error::deprecatedFunctionWarning('Having a Money Value format other than %!i is deprecated, please report this on the GitLab Issue https://lab.civicrm.org/dev/core/-/issues/1494 with the relevant moneyValueFormat you use.'); } if ($onlyNumber) { -- 2.25.1