summaryrefslogtreecommitdiff
path: root/core/helpers/module.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers/module.php')
-rw-r--r--core/helpers/module.php2
1 files changed, 1 insertions, 1 deletions
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();
}
}