From 24c259cdd87e747187aecf94dc1f1834e7602adf Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 13 Oct 2009 21:16:44 +0000 Subject: - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to happen for AJAX requests too. --- modules/system/system.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.admin.inc') 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(); } /** -- cgit v1.2.3