Index: includes/path.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/path.inc,v retrieving revision 1.4.2.4 diff -u -Ffunction -r1.4.2.4 path.inc --- includes/path.inc 13 Sep 2006 07:10:51 -0000 1.4.2.4 +++ includes/path.inc 21 Oct 2006 08:31:19 -0000 @@ -72,7 +72,7 @@ function drupal_lookup_path($action, $pa return $src; } else { - $map[$path] = FALSE; + $map[$src] = FALSE; } } }