In interval.inc
There is a reference to an array property that does not always exist. This leads message in the messages section of the migration which could hinder debugging efforts.

So instead of calling

$arguments['period']

I created a variable that checks for for and sets it to null if it is not set.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

iamjon’s picture

Status: Active » Needs review
FileSize
771 bytes

Patch and status.