ymcatwincities / openy_activity_finder

Activity Finder for Open Y
https://github.com/YCloudYUSA/yusaopeny_activity_finder
GNU General Public License v3.0
3 stars 24 forks source link

PHP 8.1: Deprecated function: preg_match() #178

Closed Sardis93 closed 2 years ago

Sardis93 commented 2 years ago

After updating php to 8.1 the following error has appeared:

Deprecated function: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in Drupal\openy_activity_finder\Plugin\search_api\processor\Week->addFieldValues() (line 55 of /var/www/docroot/modules/contrib/openy_activity_finder/src/Plugin/search_api/processor/Week.php)

This PR aims to fix it

Sardis93 commented 2 years ago

@podarok Please, review

podarok commented 2 years ago

Thanks, guys