diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-03 22:01:46 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-03 22:01:46 +0000 |
commit | 61761b1acb35a090ff7f157bea45f0185c540698 (patch) | |
tree | 74fb528971ffc7940ed2061f5346420915905b77 /modules/file/file.module | |
parent | 1abb02d5528857327030b396d7fec204b431c2d7 (diff) | |
download | brdo-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.module | 2 |
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); } /** |