Index: fbconnect.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/fbconnect/fbconnect.module,v
retrieving revision 1.14
diff -b -u -p -r1.14 fbconnect.module
--- fbconnect.module	27 Feb 2009 17:46:09 -0000	1.14
+++ fbconnect.module	17 Mar 2009 09:27:38 -0000
@@ -133,7 +133,7 @@ function fbconnect_block($op = 'list', $
 function fbconnect_block_render($user) {
   $fbuid = fbconnect_get_fbuid();
   // Check for a cached version of this block. 
-  $cid = 'fbconnect:'. $fbuid;
+  $cid = 'fbconnect:'. $user->uid .'-'. $fbuid;
   if ($cached = cache_get($cid, 'cache_block')) {
     return $cached->data;
   }
