diff --git a/migrate_upgrade.module b/migrate_upgrade.module index b3d9bbc..869fe49 100644 --- a/migrate_upgrade.module +++ b/migrate_upgrade.module @@ -1 +1,20 @@ ' . t('This form is used for importing configuration and content from a previous versions of Drupal site. Make sure you have backups of your destination site before submitting this form. Also, ensure that the source database and files are accessible to the destination site. For more details, see upgrading from previous versions.', array('!migrate' => 'https://www.drupal.org/upgrade')) . '

'; + return $output; + } +}