summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-27 19:03:30 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-27 19:03:30 +0000
commit289b4f77a62b3eb1b598f75c0107d6a326061606 (patch)
tree3f13c9da095531bf03607a03b45a1f1c86e4f889 /includes
parentf19d83c4c2ccebbd8fbd6af246a07b0bedac72f6 (diff)
downloadbrdo-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.inc1
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,
);