From 89c4dadec2a7c9cfd55affa118ed681a9654a58c Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 28 Nov 2008 18:39:18 +0000 Subject: Rename module::get_list() to module::installed() --- core/helpers/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers/module.php') diff --git a/core/helpers/module.php b/core/helpers/module.php index 7d6d7f64..fc76c033 100644 --- a/core/helpers/module.php +++ b/core/helpers/module.php @@ -51,7 +51,7 @@ class module_Core { return ORM::factory("module")->where("name", $module_name)->find()->loaded; } - public static function get_list() { + public static function installed() { return ORM::factory("module")->find_all(); } } -- cgit v1.2.3