summaryrefslogtreecommitdiff
path: root/includes/ajax.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-04 04:56:54 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-04 04:56:54 +0000
commit59b7e23b566013829bf628c2c188e02f776c965d (patch)
tree88c34c7b45a25cb158f563c03f0277bd5447f2dc /includes/ajax.inc
parent5d001d94d64b1bd94e7b0064b72b06f68e0e2ed6 (diff)
downloadbrdo-59b7e23b566013829bf628c2c188e02f776c965d.tar.gz
brdo-59b7e23b566013829bf628c2c188e02f776c965d.tar.bz2
#367567 by sun, effulgentsia, yched, and quicksketch: Use AJAX framework for 'Add more' links.
Diffstat (limited to 'includes/ajax.inc')
-rw-r--r--includes/ajax.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/ajax.inc b/includes/ajax.inc
index 2701cb0ab..464a3c800 100644
--- a/includes/ajax.inc
+++ b/includes/ajax.inc
@@ -216,7 +216,6 @@ function ajax_get_form() {
// The form needs to be processed; prepare for that by setting a few internal
// variables.
$form_state['input'] = $_POST;
- $form_state['args'] = $form['#args'];
$form_id = $form['#form_id'];
return array($form, $form_state, $form_id, $form_build_id);