From dc65b62aceddb0dc5f7b61bd1f1f3d46015a5969 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 16 Nov 2008 19:41:14 +0000 Subject: - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up). --- includes/registry.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/registry.inc') diff --git a/includes/registry.inc b/includes/registry.inc index ec968dd2a..e4eb56348 100644 --- a/includes/registry.inc +++ b/includes/registry.inc @@ -73,7 +73,7 @@ function _registry_rebuild() { $unchanged_resources = array(); foreach (_registry_get_lookup_cache() as $key => $file) { - // If the file for this cached resource is carried over unchanged from + // If the file for this cached resource is carried over unchanged from // the last registry build, then we can safely re-cache it. if ($file && in_array($file, array_keys($files)) && !in_array($file, $parsed_files)) { $unchanged_resources[$key] = $file; -- cgit v1.2.3