Index: includes/path.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/path.inc,v
retrieving revision 1.8
diff -u -F^f -r1.8 path.inc
--- includes/path.inc	9 Sep 2006 11:06:53 -0000	1.8
+++ includes/path.inc	11 Sep 2006 09:55:19 -0000
@@ -72,7 +72,7 @@ function drupal_lookup_path($action, $pa
           return $src;
         }
         else {
-          $map[$path] = $path;
+          $map[$path] = FALSE;
         }
       }
     }
