summaryrefslogtreecommitdiff
path: root/includes/batch.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/batch.inc')
-rw-r--r--includes/batch.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/batch.inc b/includes/batch.inc
index 5fe876f9d..5cdcec0bd 100644
--- a/includes/batch.inc
+++ b/includes/batch.inc
@@ -140,7 +140,7 @@ function _batch_do() {
// Perform actual processing.
list($percentage, $message) = _batch_process();
- drupal_json(array('status' => TRUE, 'percentage' => $percentage, 'message' => $message));
+ drupal_json_output(array('status' => TRUE, 'percentage' => $percentage, 'message' => $message));
}
/**