#673310 by casey: Fix missing rename of drupal_json() to drupal_json_output().

merge-requests/26/head
Angie Byron 2010-01-03 22:01:46 +00:00
parent 1abb02d552
commit 61761b1acb
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ function file_ajax_progress($key) {
}
}
drupal_json($progress);
drupal_json_output($progress);
}
/**