From 33b5e6bddc62369857e5e71134698a79fea5d90f Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 22 Oct 2021 10:00:04 +1300 Subject: [PATCH] Add help tip --- Civi/Token/TokenRow.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Civi/Token/TokenRow.php b/Civi/Token/TokenRow.php index 11be3a3ba1..29ad5a2559 100644 --- a/Civi/Token/TokenRow.php +++ b/Civi/Token/TokenRow.php @@ -144,6 +144,11 @@ class TokenRow { /** * Update the value of a token. * + * If you are reading this it probably means you can't follow this function. + * Don't worry - I've stared at it & all I see is a bunch of letters. However, + * the answer to your problem is almost certainly that you are passing in null + * rather than an empty string for 'c'. + * * @param string|array $a * @param string|array $b * @param mixed $c -- 2.25.1