diff options
Diffstat (limited to 'includes/path.inc')
-rw-r--r-- | includes/path.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/path.inc b/includes/path.inc index 617e69a23..83a7f5b39 100644 --- a/includes/path.inc +++ b/includes/path.inc @@ -58,6 +58,7 @@ function drupal_lookup_path($action, $path = '', $path_language = '') { if ($action == 'wipe') { $map = array(); $no_src = array(); + $count = NULL; } elseif ($count > 0 && $path != '') { if ($action == 'alias') { |