From 59b7e23b566013829bf628c2c188e02f776c965d Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 4 Nov 2009 04:56:54 +0000 Subject: #367567 by sun, effulgentsia, yched, and quicksketch: Use AJAX framework for 'Add more' links. --- modules/simpletest/tests/form_test.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest') diff --git a/modules/simpletest/tests/form_test.module b/modules/simpletest/tests/form_test.module index a502e8e8a..af4dbccde 100644 --- a/modules/simpletest/tests/form_test.module +++ b/modules/simpletest/tests/form_test.module @@ -347,7 +347,7 @@ function form_storage_test_form_submit($form, &$form_state) { */ function form_test_wrapper_callback($form_id) { $form_state = array( - 'args' => array(), + 'build_info' => array('args' => array()), 'wrapper_callback' => 'form_test_wrapper_callback_wrapper', ); return drupal_build_form($form_id, $form_state); -- cgit v1.2.3