drush en mcapi_cc

Error: Call to a member function bundle() on null in
modules/contrib/mutual_credit/modules/clearingcentral/mcapi_cc.module,
line 160

$entity is null
if ($entity->bundle() == 'exchange') {

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

SocialNicheGuru created an issue. See original summary.

SocialNicheGuru’s picture

Status: Active » Needs review
FileSize
579 bytes
matslats’s picture

Thanks but this patch doesn't address the problem.
The question is, "how and why can NULL be passed into a hook_entity_type_insert callback?".