#673310 by casey: Fix missing rename of drupal_json() to drupal_json_output().
parent
1abb02d552
commit
61761b1acb
|
@ -292,7 +292,7 @@ function file_ajax_progress($key) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
drupal_json($progress);
|
drupal_json_output($progress);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue