diff --git a/core/modules/system/system.install b/core/modules/system/system.install index ca5d6de4e29..b63ca4607b0 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -294,7 +294,7 @@ function system_requirements($phase) { } $description .= ' ' . $t('You can run cron manually.', array('@cron' => url('admin/reports/status/run-cron'))); - $description .= '
' . $t('To run cron from outside the site, go to !cron', array('!cron' => url('cron/' . state()->get('system.cron_key')))); + $description .= '
' . $t('To run cron from outside the site, go to !cron', array('!cron' => url('cron/' . state()->get('system.cron_key'), array('absolute' => TRUE)))); $requirements['cron'] = array( 'title' => $t('Cron maintenance tasks'),