diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-08 04:44:58 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-08 04:44:58 +0000 |
commit | a73b53f3aec99d9a8b01799c2a8e6d57670b7d30 (patch) | |
tree | 6aaaf306067adfa68865f9406a192c870380014f /includes | |
parent | 880bb9057fee3765f29634650b728f48b88a5c94 (diff) | |
download | brdo-a73b53f3aec99d9a8b01799c2a8e6d57670b7d30.tar.gz brdo-a73b53f3aec99d9a8b01799c2a8e6d57670b7d30.tar.bz2 |
- Patch #484336 by smk-ka: remove left-over variable.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/path.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/path.inc b/includes/path.inc index ac08ac4c2..77eb4233f 100644 --- a/includes/path.inc +++ b/includes/path.inc @@ -66,7 +66,6 @@ function drupal_lookup_path($action, $path = '', $path_language = '') { if ($action == 'wipe') { $map = array(); $no_src = array(); - $count = NULL; $system_paths = array(); $no_aliases = array(); |