Closed (fixed)
Project:
Birthdays
Version:
6.x-1.x-dev
Component:
Code (Birthdays)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2012 at 01:39 UTC
Updated:
16 Apr 2012 at 15:31 UTC
When running cron with node import enabled, the following problem happens:
notice: Undefined property: stdClass::$profile_dob in birthdays_load_user() (line 658 of {PATH}/sites/all/modules/birthdays/birthdays.module).
This can easily be fixed by checking if the property is set prior to doing things with it. I've attached a patch which should fix this.
| Comment | File | Size | Author |
|---|---|---|---|
| birthdays-nodeimportcron-6.x-dev.patch | 504 bytes | torpy |
Comments
Comment #1
Niklas Fiekas commentedThank you. Commushed b6e6c82257eb2 (with the minor conversion of isset + true-ish = !empty).