Correct case on helper class names. By convention, helper class names are lower case:

http://docs.kohanaphp.com/general/helpers
This commit is contained in:
Tim Almdal
2008-11-22 06:06:02 +00:00
parent a347ed5c10
commit 55341f14f2

View File

@@ -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;