diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-10-13 21:16:44 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-10-13 21:16:44 +0000 |
commit | 24c259cdd87e747187aecf94dc1f1834e7602adf (patch) | |
tree | 807f9e82346dcf8d397ef9756ef049ff1c1b2d93 /modules/system/system.admin.inc | |
parent | 3257ebf6606c4ab7c56acb012be95075eb67fbda (diff) | |
download | brdo-24c259cdd87e747187aecf94dc1f1834e7602adf.tar.gz brdo-24c259cdd87e747187aecf94dc1f1834e7602adf.tar.bz2 |
- Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to happen for AJAX requests too.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index e21c114ae..190128b4a 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -1922,7 +1922,7 @@ function system_run_cron() { */ function system_php() { phpinfo(); - exit(); + drupal_exit(); } /** |