summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 8f5b92e4a..db4b90ef5 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -2688,7 +2688,7 @@ function confirm_form($form, $question, $path, $description = NULL, $yes = NULL,
drupal_set_title($question, PASS_THROUGH);
- $form['#attributes'] = array('class' => array('confirmation'));
+ $form['#attributes']['class'][] = 'confirmation';
$form['description'] = array('#markup' => $description);
$form[$name] = array('#type' => 'hidden', '#value' => 1);