From 0accf8fe1eb6c27fbc86c03b97f79043a5cbc38d Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Tue, 31 Oct 2006 08:06:18 +0000 Subject: #90508 by Heine and the security team. Every form gets a token. --- modules/system/system.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/system/system.module') 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; } -- cgit v1.2.3