diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-04 04:56:54 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-04 04:56:54 +0000 |
commit | 59b7e23b566013829bf628c2c188e02f776c965d (patch) | |
tree | 88c34c7b45a25cb158f563c03f0277bd5447f2dc /modules/simpletest/tests | |
parent | 5d001d94d64b1bd94e7b0064b72b06f68e0e2ed6 (diff) | |
download | brdo-59b7e23b566013829bf628c2c188e02f776c965d.tar.gz brdo-59b7e23b566013829bf628c2c188e02f776c965d.tar.bz2 |
#367567 by sun, effulgentsia, yched, and quicksketch: Use AJAX framework for 'Add more' links.
Diffstat (limited to 'modules/simpletest/tests')
-rw-r--r-- | modules/simpletest/tests/form_test.module | 2 |
1 files changed, 1 insertions, 1 deletions
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); |