From ead8b35e264d34fd832d69e19416be05774d486c Mon Sep 17 00:00:00 2001
From: Neil Drumm <drumm@3064.no-reply.drupal.org>
Date: Wed, 13 Sep 2006 01:07:23 +0000
Subject: [PATCH] #83234 by robertDouglass. Cache the right thing for path
 lookups.

---
 includes/path.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/path.inc b/includes/path.inc
index 557503e1f119..a6fc4ee9dc04 100644
--- a/includes/path.inc
+++ b/includes/path.inc
@@ -72,7 +72,7 @@ function drupal_lookup_path($action, $path = '') {
           return $src;
         }
         else {
-          $map[$path] = $path;
+          $map[$path] = FALSE;
         }
       }
     }
-- 
GitLab