diff options
-rw-r--r-- | cron.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,6 +17,6 @@ if (isset($_GET['cron_key']) && variable_get('cron_key', 'drupal') == $_GET['cro drupal_cron_run(); } else { - watchdog('cron', 'Cron did not run because an invalid key used.', array(), WATCHDOG_NOTICE); + watchdog('cron', 'Cron could not run because an invalid key was used.', array(), WATCHDOG_NOTICE); drupal_access_denied(); } |