Closed (fixed)
Project:
Email Field
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
5 Oct 2012 at 06:12 UTC
Updated:
19 Oct 2012 at 08:11 UTC
Jump to comment: Most recent file
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...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | emailmigrate-bracket-1804086-1.patch | 641 bytes | pontus_nilsson |
Comments
Comment #1
pontus_nilssonI raised this to critical since it breaks a drupal update and makes a drush site-install break.
Patch removes bracket :)
Comment #2
mh86 commentedwow, 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.