diff options
Diffstat (limited to 'download.inc')
-rwxr-xr-x | download.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download.inc b/download.inc index 224c44b..d22a702 100755 --- a/download.inc +++ b/download.inc @@ -292,7 +292,7 @@ function lab_migration_download_lab() } } else { drupal_set_message("There are no solutions in this Lab to download", 'error'); - drupal_goto('lab_migration_run'); + drupal_goto('lab-migration/lab-migration-run'); } } |