diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-09 08:12:07 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-09 08:12:07 +0000 |
commit | fc7366dc8dd5236d1080cc382c3cea29b596ad27 (patch) | |
tree | bfa268b55ea35373d4239c7c521ebba35b208950 | |
parent | 010a342e61e54f29b6f39be8858964a84dae5067 (diff) | |
download | brdo-fc7366dc8dd5236d1080cc382c3cea29b596ad27.tar.gz brdo-fc7366dc8dd5236d1080cc382c3cea29b596ad27.tar.bz2 |
#322344 follow-up by sun: Fix notice.
-rw-r--r-- | includes/form.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/form.inc b/includes/form.inc index 31e200b80..53d958b57 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -239,6 +239,7 @@ function drupal_build_form($form_id, &$form_state) { */ function form_state_defaults() { return array( + 'args' => array(), 'rebuild' => FALSE, 'redirect' => NULL, 'storage' => NULL, |