relldoesphp / com.aghstrategies.giftmemberships

GNU Affero General Public License v3.0
3 stars 7 forks source link

Error: Cannot access protected property CRM_Contribute_Page_Tab::$_id in giftmemberships_civicrm_alterContent() (line 270 #15

Open yurg opened 6 months ago

yurg commented 6 months ago

Drupal Version 10.2.3
PHP Version 8.2.15 Web server LiteSpeed CiviCRM 5.70.0 Smarty 3 Gift Memberships Version 1.3

chrisgaraffa commented 2 months ago

@yurg Sorry for the delay on this. We don't have an official patch yet, but the fix should be to replace $object->_id with $object->getVar('_id')

yurg commented 2 months ago

@chrisgaraffa Thank you for your note! I can create a patch if needed. Please let me know, cheers.