diff options
Diffstat (limited to 'includes/ajax.inc')
-rw-r--r-- | includes/ajax.inc | 1 |
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); |