summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-11-05 14:28:04 +0000
committerDries Buytaert <dries@buytaert.net>2008-11-05 14:28:04 +0000
commit9a0618b98f0befd74a2230548f7bb837093eeb84 (patch)
treed0bfeab767a6265921a59304f17446ab73e45a44 /install.php
parent54a03ca95d36644eef18fd827e47206066a78f5f (diff)
downloadbrdo-9a0618b98f0befd74a2230548f7bb837093eeb84.tar.gz
brdo-9a0618b98f0befd74a2230548f7bb837093eeb84.tar.bz2
- Patch #93509 by catch: automatically run cron after installation, improve the cron notifications.
Diffstat (limited to 'install.php')
-rw-r--r--install.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.php b/install.php
index cd7ee8d2a..caa5feb3e 100644
--- a/install.php
+++ b/install.php
@@ -835,6 +835,11 @@ if (Drupal.jsEnabled) {
install_task_list($task);
variable_set('install_task', $task);
+ // Run cron to populate update status tables (if available) so that users
+ // will be warned if they've installed an out of date Drupal version.
+ // Will also trigger indexing of profile-supplied content or feeds.
+ drupal_cron_run();
+
// Output page, if some output was required. Otherwise it is possible
// that we are printing a JSON page and theme output should not be there.
if (isset($output)) {