Closed bmango closed 2 years ago
Hi @bmango. I think you have an older version of this extension, since I can't find the if ($entry{0} == '.') {
on the latest reltoken.civix.php. I have found that line on the old version of the file though, which you can see in here, and it was already updated last Feb 2021.
Ok, thanks!
Using php 7.4 I'm getting the error message above. This seems to be coming from line 169 in reltoken.civix.php. I have swapped
if ($entry{0} == '.') {
with
if ($entry[0] == '.') {
Which I think has fixed it