diff options
Diffstat (limited to 'modules/comment/helpers')
-rw-r--r-- | modules/comment/helpers/comment.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |