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.

Comments

mstef’s picture

Status: Active » Needs review
StatusFileSize
new515 bytes

Patch

levelos’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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

  • levelos committed b37c59c on 7.x-1.x, panels, any-entity, slots, integrations, hold_state
    #1784832 by mikestefff: Use watchdog constant rather than string.