diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-10-12 02:52:52 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-10-12 02:52:52 +0000 |
commit | acd5e95200790938c2b6b5042972100d47847a68 (patch) | |
tree | 70731b5746f51acc3856e983999279287ca73c5f /includes | |
parent | 6575a26c88bc8dcc739a58d389c9eec642fff233 (diff) | |
download | brdo-acd5e95200790938c2b6b5042972100d47847a68.tar.gz brdo-acd5e95200790938c2b6b5042972100d47847a68.tar.bz2 |
#320009 by Dave Reid: Remove notice about missing files[] array and prevent incompatible modules from being enabled.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/module.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/module.inc b/includes/module.inc index 448ff56b9..20ea806ed 100644 --- a/includes/module.inc +++ b/includes/module.inc @@ -95,6 +95,7 @@ function module_rebuild_cache() { 'package' => 'Other', 'version' => NULL, 'php' => DRUPAL_MINIMUM_PHP, + 'files' => array(), ); foreach ($files as $filename => $file) { |