summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-10-31 08:06:18 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-10-31 08:06:18 +0000
commit0accf8fe1eb6c27fbc86c03b97f79043a5cbc38d (patch)
tree8ab53c2078993eabed54f16cc5480ec64ccdcaab /modules/system/system.module
parent2c2f33e60bac420e99232995a4e8a2e7d1f8b349 (diff)
downloadbrdo-0accf8fe1eb6c27fbc86c03b97f79043a5cbc38d.tar.gz
brdo-0accf8fe1eb6c27fbc86c03b97f79043a5cbc38d.tar.bz2
#90508 by Heine and the security team. Every form gets a token.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index a88a80912..2705043f3 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -90,6 +90,7 @@ function system_elements() {
$type['value'] = array('#input' => TRUE);
$type['markup'] = array('#prefix' => '', '#suffix' => '');
$type['fieldset'] = array('#collapsible' => FALSE, '#collapsed' => FALSE);
+ $type['token'] = array('#input'=> TRUE);
return $type;
}