From a347ed5c10f11843dd49be907d771fbc73941841 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 22 Nov 2008 06:01:08 +0000 Subject: Correct case on helper class names. By convention, helper class names are lower case: http://docs.kohanaphp.com/general/helpers Remove block_helper file as the abstract class os no longer required. --- 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 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; } -- cgit v1.2.3