mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 09:19:18 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user