Comment to 'Dolphin Migration... broken?'
  •  Ok, Hotfix from me:

    open modules/boones/dolphin_migration/classes/BxDolMProfielFields.php, find line 328 

    $aValues = $this -> getPreValuesBy();

    and change to

    $aValues = $this -> getPreValuesBy($sKey);