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 7916e07d..2fed23bf 100644
--- a/core/helpers/module.php
+++ b/core/helpers/module.php
@@ -23,7 +23,7 @@
*
* Note: by design, this class does not do any permission checking.
*/
-class Module_Core {
+class module_Core {
public static function get_version($module_name) {
return ORM::factory("module")->where("name", $module_name)->find()->version;
}