diff --git a/modules/system/system.module b/modules/system/system.module index d81246dc58de4ba21a72bd157e2010ce29b3993c..79d1c660d8298606f82fcc34b11405679ca46cf1 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -118,7 +118,7 @@ function system_help($path, $arg) { case 'admin/config/development/maintenance': global $user; if ($user->uid == 1) { - return '<p>' . t('If you are upgrading to a newer version of Drupal or upgrading contributed modules or themes you may need to run !update-php.', array('!update-php' => l('update.php', 'update.php'))) . '</p>'; + return '<p>' . t('If you are upgrading to a newer version of Drupal or upgrading contributed modules or themes, you may need to run the <a href="@update-php">update script</a>.', array('@update-php' => $base_url . '/update.php')) . '</p>'; } case 'admin/config/system/actions': case 'admin/config/system/actions/manage':