summaryrefslogtreecommitdiff
path: root/cron.php
diff options
context:
space:
mode:
Diffstat (limited to 'cron.php')
-rw-r--r--cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index 98026de15..51afe406b 100644
--- a/cron.php
+++ b/cron.php
@@ -7,7 +7,7 @@
*/
include_once 'includes/bootstrap.inc';
-include_once 'includes/common.inc' ;
+drupal_bootstrap('full');
// If not in 'safe mode', increase the maximum execution time:
if (!ini_get('safe_mode')) {