Ran into an issue today when I upgraded email.

Parse error: syntax error, unexpected $end, expecting T_FUNCTION in email.migrate.inc on line 25

It seems like an extra curly bracket sneaked in in this commit: http://drupalcode.org/project/email.git/blobdiff/0db0348705a056659425ce3...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pontus_nilsson’s picture

Status: Active » Needs review
FileSize
641 bytes

I raised this to critical since it breaks a drupal update and makes a drush site-install break.

Patch removes bracket :)

mh86’s picture

Status: Needs review » Fixed

wow, that's quite heavy. It was my fault, seems like I messed up with copy&paste at #1515362: MigrateDestinationEntityAPI Unable to Map Email Field.

thanks for the report and patch, just committed it to the dev version.

Status: Fixed » Closed (fixed)

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