summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-09 08:12:07 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-09 08:12:07 +0000
commitfc7366dc8dd5236d1080cc382c3cea29b596ad27 (patch)
treebfa268b55ea35373d4239c7c521ebba35b208950 /includes
parent010a342e61e54f29b6f39be8858964a84dae5067 (diff)
downloadbrdo-fc7366dc8dd5236d1080cc382c3cea29b596ad27.tar.gz
brdo-fc7366dc8dd5236d1080cc382c3cea29b596ad27.tar.bz2
#322344 follow-up by sun: Fix notice.
Diffstat (limited to 'includes')
-rw-r--r--includes/form.inc1
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,