From 289b4f77a62b3eb1b598f75c0107d6a326061606 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 27 Sep 2008 19:03:30 +0000 Subject: #229129 follow-up by Arancaytar, chx, and webchick: Instantiate module package property. --- includes/module.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') 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, ); -- cgit v1.2.3