Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions d2b_migrate.module
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ function d2b_migrate_files_form($form, &$form_state) {
$source = d2b_migrate_get_active_database();
$form['help'] = array(
'#type' => 'help',
'#markup' => t('Copy "managed" files from the source site. Managed files are files with a database record. Many files in the public files directory may not have a database record, such as default images and image styles. This method of migrating files requires the file URL be known and accessible over http, and is unreliable. The recommended option for migrating files is to manually copy the directory contents from the server.'),
'#markup' => t('<b>The recommended option for migrating files is to manually copy the contents of the files directory on your Drupal 7 site into the files directory for your new Backdrop CMS site and then skip to the next step.</b><br><br>The tool provided below works with all "managed" files. Managed files are files with a database record. Many files in the public files directory may not have a database record, such as default images and image styles. This method of migrating files requires the file URL be known and accessible over http, and is unreliable, please use this tool with caution.'),
);
$form['source_url'] = array(
'#type' => 'textfield',
Expand Down Expand Up @@ -1458,4 +1458,4 @@ function d2b_migrate_set_source($source, $type) {
*/
function d2b_migrate_get_source() {
return state_get('d2b_migrate_source', array());
}
}