From 0a238a0ae4ccdddbcc43440e0914c6acecf56898 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Fri, 17 Nov 2006 05:15:19 +0000 Subject: #97317 by Jaza. Avoid over-caching. --- includes/path.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'includes') diff --git a/includes/path.inc b/includes/path.inc index a6fc4ee9d..bc11198b4 100644 --- a/includes/path.inc +++ b/includes/path.inc @@ -71,9 +71,6 @@ function drupal_lookup_path($action, $path = '') { $map[$src] = $path; return $src; } - else { - $map[$path] = FALSE; - } } } } -- cgit v1.2.3