From c136a2e84aade9125b7df95607949834fc02b952 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 19 Jan 2009 05:16:55 +0000 Subject: Packager now does a clean reinstall of just the packages we want, then rebuilds the install.sql and init_var.php files accordingly. --- core/helpers/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/helpers/module.php') diff --git a/core/helpers/module.php b/core/helpers/module.php index b45f6c78..70e9bec6 100644 --- a/core/helpers/module.php +++ b/core/helpers/module.php @@ -24,8 +24,8 @@ * Note: by design, this class does not do any permission checking. */ class module_Core { - private static $module_names = array(); - private static $modules = array(); + public static $module_names = array(); + public static $modules = array(); static function get_version($module_name) { return ORM::factory("module")->where("name", $module_name)->find()->version; -- cgit v1.2.3