diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-09-27 19:03:30 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-09-27 19:03:30 +0000 |
commit | 289b4f77a62b3eb1b598f75c0107d6a326061606 (patch) | |
tree | 3f13c9da095531bf03607a03b45a1f1c86e4f889 /includes | |
parent | f19d83c4c2ccebbd8fbd6af246a07b0bedac72f6 (diff) | |
download | brdo-289b4f77a62b3eb1b598f75c0107d6a326061606.tar.gz brdo-289b4f77a62b3eb1b598f75c0107d6a326061606.tar.bz2 |
#229129 follow-up by Arancaytar, chx, and webchick: Instantiate module package property.
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 779d647f7..612754888 100644 --- a/includes/module.inc +++ b/includes/module.inc @@ -92,6 +92,7 @@ function module_rebuild_cache() { 'dependencies' => array(), 'dependents' => array(), 'description' => '', + 'package' => 'Other', 'version' => NULL, 'php' => DRUPAL_MINIMUM_PHP, ); |