Skip to content
Snippets Groups Projects
Commit 436c68bd authored by catch's avatar catch
Browse files

Issue #2913864 by Jo Fitzgerald, chiranjeeb2410, matslats, phenaproxima: badly...

Issue #2913864 by Jo Fitzgerald, chiranjeeb2410, matslats, phenaproxima: badly constructred link in drupal_set_message

(cherry picked from commit dad8d64e)
parent 61dc0400
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,6 @@
* Implements hook_install().
*/
function migrate_drupal_ui_install() {
$url = Url::fromUri('base:upgrade')->toString();
$url = Url::fromRoute('migrate_drupal_ui.upgrade')->toString();
drupal_set_message(t('The Migrate Drupal UI module has been enabled. Proceed to the <a href=":url">upgrade form</a>.', [':url' => $url]));
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment