From 61761b1acb35a090ff7f157bea45f0185c540698 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 3 Jan 2010 22:01:46 +0000 Subject: [PATCH] #673310 by casey: Fix missing rename of drupal_json() to drupal_json_output(). --- modules/file/file.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/file/file.module b/modules/file/file.module index e808c426ee1..5a483e97275 100644 --- a/modules/file/file.module +++ b/modules/file/file.module @@ -292,7 +292,7 @@ function file_ajax_progress($key) { } } - drupal_json($progress); + drupal_json_output($progress); } /**