summaryrefslogtreecommitdiff
path: root/modules/file/file.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-03 22:01:46 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-03 22:01:46 +0000
commit61761b1acb35a090ff7f157bea45f0185c540698 (patch)
tree74fb528971ffc7940ed2061f5346420915905b77 /modules/file/file.module
parent1abb02d5528857327030b396d7fec204b431c2d7 (diff)
downloadbrdo-61761b1acb35a090ff7f157bea45f0185c540698.tar.gz
brdo-61761b1acb35a090ff7f157bea45f0185c540698.tar.bz2
#673310 by casey: Fix missing rename of drupal_json() to drupal_json_output().
Diffstat (limited to 'modules/file/file.module')
-rw-r--r--modules/file/file.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/file/file.module b/modules/file/file.module
index e808c426e..5a483e972 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);
}
/**