Index: flag_friend_access.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag_friend/flag_friend_access/Attic/flag_friend_access.module,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 flag_friend_access.module
--- flag_friend_access.module	20 Apr 2009 23:25:43 -0000	1.1.2.1
+++ flag_friend_access.module	9 Jun 2009 19:04:21 -0000
@@ -13,7 +13,7 @@ function flag_friend_access_node_grants(
   // module only controls view operations
   if ($op == 'view') {
     $friends = flag_friend_get_friends($account->uid);
-    $grants = array();
+    $grants = array('flag_friend' => $account->uid);
     if (!empty($friends)) {
       $grants['flag_friend'] = array_keys($friends);
     }
