progressivetech / net.ourpowerbase.sumfields

The Summary Fields extension creates read-only custom data fields that extend Contact and are automatically populated with up-to-date totals such as total lifetime contributions, last contribution amount, last attended event, etc.
Other
8 stars 29 forks source link

Fix PHP8.2 compatibility #104

Closed mlutfy closed 8 months ago

mlutfy commented 8 months ago

Fixes PHP deprecation warnings seen on PHP 8.2:

[PHP Deprecation] Using ${var} in strings is deprecated, use {$var} instead at sumfields.php:825
[PHP Deprecation] Using ${var} in strings is deprecated, use {$var} instead at sumfields.php:1102

cc @jmcclelland

jmcclelland commented 8 months ago

Thanks @mlutfy