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

mikeryan’s picture

Assigned: Unassigned » mikeryan
Status: Active » Fixed

Indeed, don't know how that got through... I've committed your fix, thanks!

Status: Fixed » Closed (fixed)

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