Index: flag.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag/includes/Attic/flag.admin.inc,v
retrieving revision 1.1.4.4
diff -u -r1.1.4.4 flag.admin.inc
--- flag.admin.inc	14 Sep 2009 20:52:01 -0000	1.1.4.4
+++ flag.admin.inc	14 Sep 2009 20:56:21 -0000
@@ -307,7 +307,6 @@
     '#title' => t('Roles that may use this flag'),
     '#options' => user_roles(TRUE),
     '#default_value' => $flag->roles,
-    '#required' => TRUE,
     '#description' => t('Checking <em>authenticated user</em> will allow all logged-in users to flag content with this flag. Anonymous users may not flag content.'),
     '#weight' => 5,
     '#access' => empty($flag->locked['roles']),
