eileenmcnaughton / nz.co.fuzion.civitoken

Fuzion Token extension for CiviCRM
Other
11 stars 28 forks source link

Fix fatal error when using Upcoming events token #31

Closed mecachisenros closed 5 years ago

mecachisenros commented 5 years ago

Overview

Fixes a fatal error when using any of the Upcoming events tokens.

Before

A fatal error is thrown:

PHP Fatal error:  Uncaught Error: [] operator not supported for strings in
civicrm/ext/nz.co.fuzion.civitoken/tokens/upcomingevents.inc:59

After

Upcoming events token work, no fatal errors.

eileenmcnaughton commented 5 years ago

Thanks @mecachisenros

eileenmcnaughton commented 5 years ago

/test

eileenmcnaughton commented 5 years ago

opps forgot I have to trigger the tests :-)

mecachisenros commented 5 years ago

@eileenmcnaughton thank you!

eileenmcnaughton commented 5 years ago

No thank you for fixing it!