When I click on "reset birthday" on my profile, I get the following output:
warning: extract() [function.extract]: First argument should be an array in /var/www/drupal/modules/birthdays/birthdays.module on line 746.

xdebug also returns the following extra info:

warning: array_merge_recursive() [function.array-merge-recursive]: Argument #1 is not an array in /var/www/drupal/modules/user/user.module on line 2447.
warning: array_merge_recursive() [function.array-merge-recursive]: Argument #2 is not an array in /var/www/drupal/modules/user/user.module on line 2447.
warning: uasort() [function.uasort]: The argument should be an array in /var/www/drupal/modules/user/user.module on line 2450.

Also, afterwards, the birthday is reset to today on my profile, but other information in the same category on the profile is also reset. (In this case, a text field has been cleared).

Comments

maartenvg’s picture

Assigned: Unassigned » maartenvg

I can duplicated the bug and I'm trying to fix it. Thanks for mentioning it.

maartenvg’s picture

Status: Active » Fixed

I think I have fixed it (at least for my setup). I've committed the changed version to CVS which will take a few hours to update. Please report back whether it has been fixed for you as well.

Lapino’s picture

The bug seems to be fixed here too!

Anonymous’s picture

Status: Fixed » Closed (fixed)