This warning is showing up after deleting a user with the user_delete() function in a module.

Edit: in case it's needed, the PHP version is 5.3.10

Comments

marcingy’s picture

Project: Drupal core » Cache Expiration
Version: 7.14 » 7.x-1.x-dev
Component: user system » Code

Issue is with module that is being called as the definition of hook_user_delete is wrong.

joe-b’s picture

I think the attached patch should fix this.

simon georges’s picture

Status: Active » Needs review

Changing to correct status.

marcingy’s picture

Status: Needs review » Active

I need coffee!!

marcingy’s picture

SqyD’s picture

Status: Active » Fixed

Commited to 7.x-1.x brach. Thanks!

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

Added PHP version.