--- me.module	2009-05-01 05:40:23.000000000 -0400
+++ me.module.new	2010-12-10 11:15:12.000000000 -0500
@@ -375,6 +375,9 @@ function me_load($uid, &$map = NULL, $in
  * Menu load callback in place of user_uid_optional_load().
  */
 function me_uid_optional_load($uid, &$map = NULL, $index = NULL, $map_index = FALSE) {
+  if (!$GLOBALS['user']->uid) {
+    return;
+  }
   $args = func_get_args();
   return _me_load_arguments((isset($uid) ? $uid : $GLOBALS['user']->uid), $map, $index, $map_index, $args);
 }
