Line 847:
watchdog('registration', 'Failed to send registration broadcast email to %email.',
array('%email' => $registration->mail), 'WATCHDOG_ERROR'
);
The constant WATCHDOG_ERROR should not be wrapped like a string. Doing so results in an PDOException because the table is expecting an integer.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | registration-fix_watchdog_constant-1784832.patch | 515 bytes | mstef |
Comments
Comment #1
mstef commentedPatch
Comment #2
levelos commented