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 /install.php | |
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 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index 2e00d977d..9527d8dcf 100644 --- a/install.php +++ b/install.php @@ -394,7 +394,7 @@ function install_run_task($task, &$install_state) { // We need to pass $install_state by reference in order for forms to // modify it, since the form API will use it in call_user_func_array(), // which requires that referenced variables be passed explicitly. - 'args' => array(&$install_state), + 'build_info' => array('args' => array(&$install_state)), 'no_redirect' => TRUE, ); $form = drupal_build_form($function, $form_state); |