diff --git a/CRM/Utils/Token.php b/CRM/Utils/Token.php index 33261b3e9e1c..f33b53f24ed2 100644 --- a/CRM/Utils/Token.php +++ b/CRM/Utils/Token.php @@ -237,7 +237,7 @@ public static function replaceDomainTokens( ) { return $str; } - + CRM_Core_Error::deprecatedFunctionWarning('find tests'); $str = preg_replace_callback( self::tokenRegex($key), function ($matches) use ($domain, $html, $escapeSmarty) {