Index: flag.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag/Attic/flag.inc,v
retrieving revision 1.1.2.30.2.11
diff -u -r1.1.2.30.2.11 flag.inc
--- flag.inc	28 Sep 2009 18:56:49 -0000	1.1.2.30.2.11
+++ flag.inc	4 Oct 2009 02:40:58 -0000
@@ -405,7 +405,7 @@
     }
 
     $matched_roles = array_intersect($this->roles[$action], array_keys($account->roles));
-    return !empty($matched_roles) || !empty($this->roles[$action]) || $account->uid == 1;
+    return !empty($matched_roles) || $account->uid == 1;
   }
 
   /**
