From 55341f14f2ea8b495c04792b47e372063fefae75 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 22 Nov 2008 06:06:02 +0000 Subject: Correct case on helper class names. By convention, helper class names are lower case: http://docs.kohanaphp.com/general/helpers --- modules/comment/helpers/comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/helpers') diff --git a/modules/comment/helpers/comment.php b/modules/comment/helpers/comment.php index 2308ef89..462300b8 100644 --- a/modules/comment/helpers/comment.php +++ b/modules/comment/helpers/comment.php @@ -23,7 +23,7 @@ * * Note: by design, this class does not do any permission checking. */ -class Comment_Core { +class comment_Core { const SECONDS_IN_A_MINUTE = 60; const SECONDS_IN_AN_HOUR = 3600; const SECONDS_IN_A_DAY = 86400; -- cgit v1.2.3