From 8fc581d4d70ad4554a574d6338c96b744195a25a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 19 Sep 2008 07:53:59 +0000 Subject: - Patch #309488 by kbahey: correct capitalization of TRUE and FALSE. --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.install') diff --git a/modules/system/system.install b/modules/system/system.install index 84c7f4d8a..0402a7bc6 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -171,7 +171,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.php', array('absolute' => true, 'query' => 'cron_key=' . variable_get('cron_key', 'drupal'))))); + $description .= '
' . $t('To run cron from outside the site, go to !cron', array('!cron' => url('cron.php', array('absolute' => TRUE, 'query' => 'cron_key=' . variable_get('cron_key', 'drupal'))))); $requirements['cron'] = array( 'title' => $t('Cron maintenance tasks'), -- cgit v1.2.3