diff --git a/flag.module b/flag.module
index acd90d7..157c971 100644
--- a/flag.module
+++ b/flag.module
@@ -292,7 +292,7 @@ function flag_form_alter(&$form, &$form_state, $form_id) {
     if (count($flags)) {
       $form['flag'] = array(
         '#type' => 'fieldset',
-        '#weight' => module_exists('content') ? content_extra_field_weight($form['#node']->type, 'flags') : 1,
+        '#weight' => module_exists('content') ? content_extra_field_weight($form['#node']->type, 'flag') : 1,
         '#tree' => TRUE,
         '#title' => t('Flags'),
         '#collapsible' => TRUE,
