summaryrefslogtreecommitdiff
path: root/includes/module.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/module.inc')
-rw-r--r--includes/module.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/module.inc b/includes/module.inc
index 36105b4f8..44aba1874 100644
--- a/includes/module.inc
+++ b/includes/module.inc
@@ -110,9 +110,6 @@ function module_rebuild_cache() {
continue;
}
$files[$filename]->info = $file->info;
- if (!isset($files[$filename]->info['version'])) {
- $files[$filename]->info['version'] = NULL;
- }
// log the critical hooks implemented by this module
$bootstrap = 0;