backdrop-contrib / entity_plus

This module wraps in a variety of additional entity-related functionality from various sources. Partial port of D7 Entity API.
https://backdropcms.org/project/entity_plus
GNU General Public License v2.0
3 stars 11 forks source link

PHP8.1 compat: undefined properties in EntityPlusController #170

Open herbdool opened 6 months ago

herbdool commented 6 months ago

These should be defined in EntityPlusController:

It also calls db_ignore_slave() which should be db_ignore_replica() now.

argiepiano commented 6 months ago

Thanks for reporting, @herbdool. These changes all look good. Would you like to submit a PR?