Closed (fixed)
Project:
Migrate
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Mar 2009 at 15:59 UTC
Updated:
4 Apr 2009 at 18:00 UTC
Received error in migrate_destinations.inc
My fix was to remove the ambersand & on line 285
Old
comment_confirm_delete_submit($form, &$form_state);
New
comment_confirm_delete_submit($form, $form_state);
Comments
Comment #1
mikeryanIndeed, don't know how that got through... I've committed your fix, thanks!