I see contrib (title.module) doing stuff like:

function title_entitycache_reset($ids, $entity_type) {
  ...
  foreach ($ids as $id) {
    ...
  }
}

which of course breaks if $ids = NULL, so I think we should document that hook better.

CommentFileSizeAuthor
#1 1697686.patch1.04 KBamateescu
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

amateescu’s picture

Status: Active » Needs review
FileSize
1.04 KB

This should be enough :)

catch’s picture

Status: Needs review » Fixed

Thanks. Committed/pushed to 7.x-1.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.