summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 0e932863d..996894419 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -2888,7 +2888,7 @@ function system_run_cron_image() {
}
}
- exit;
+ drupal_exit();
}
/**