From bdf7c638aef7330ca218edf56631f323bc52d88d Mon Sep 17 00:00:00 2001 From: Ben Woodhead Date: Wed, 14 Sep 2011 15:47:47 -0300 Subject: [PATCH] fixed typo --- formClass.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formClass.inc b/formClass.inc index 9932b263..99798a1e 100644 --- a/formClass.inc +++ b/formClass.inc @@ -338,7 +338,7 @@ class formClass { '#type' => 'fieldset', '#title' => t('Advanced configuration option'), '#description' => t('Advanced configuration. Under normal circumstances these will not be touched'), - '#collapsable' => true, + '#collapsible' => true, '#collapsed' => true, ); $form['advanced']['fedora_object_display_title'] = array(