diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-05-17 21:23:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-05-17 21:23:32 +0000 |
commit | f8fa114a8e4acb886a24573dd08240f65a9e5fd4 (patch) | |
tree | 8be99a7922037c916021f219b876153ba0955718 /modules/system/system.module | |
parent | 9bab7f62f09da29fdf655a1bf46c99729bab57cf (diff) | |
download | brdo-f8fa114a8e4acb886a24573dd08240f65a9e5fd4.tar.gz brdo-f8fa114a8e4acb886a24573dd08240f65a9e5fd4.tar.bz2 |
- Patch #67439 by sun, effulgentsia: #tree in hook_element_info() does not work.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 621c7e146..f50d6f1c4 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -384,7 +384,6 @@ function system_element_info() { ); $types['checkboxes'] = array( '#input' => TRUE, - '#tree' => TRUE, '#process' => array('form_process_checkboxes'), '#theme_wrappers' => array('checkboxes'), '#pre_render' => array('form_pre_render_conditional_form_element'), |