summaryrefslogtreecommitdiff
path: root/includes/registry.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-11-16 19:41:14 +0000
committerDries Buytaert <dries@buytaert.net>2008-11-16 19:41:14 +0000
commitdc65b62aceddb0dc5f7b61bd1f1f3d46015a5969 (patch)
tree7e569b903521dd48564ba4feff2cc544fdb3be23 /includes/registry.inc
parenta6b4f3b61f2a73e87e19eaa68f31a3687561e266 (diff)
downloadbrdo-dc65b62aceddb0dc5f7b61bd1f1f3d46015a5969.tar.gz
brdo-dc65b62aceddb0dc5f7b61bd1f1f3d46015a5969.tar.bz2
- Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up).
Diffstat (limited to 'includes/registry.inc')
-rw-r--r--includes/registry.inc2
1 files changed, 1 insertions, 1 deletions
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;