Problem/Motivation
With Watchdog logging enabled, if a message is being logged before past has been loaded, PastLogger fails with a fatal error due to undefined function past_event_create().
Proposed resolution
Surround the function call with if (function_exists()).
Remaining tasks
How can we add a test for this?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | undefined_function_in-2705295-2.patch | 477 bytes | Bambell |
Comments
Comment #2
Bambell commentedComment #3
Bambell commentedComment #4
berdirThank you, committed.