diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-22 06:01:08 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-22 06:01:08 +0000 |
| commit | a347ed5c10f11843dd49be907d771fbc73941841 (patch) | |
| tree | b4f84c31fd9d5d242e93329d267132920051b9f9 /core/helpers/album.php | |
| parent | 8eadddfa873c4c0e8f14adc079c18a1f8fb0fa44 (diff) | |
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.
Diffstat (limited to 'core/helpers/album.php')
| -rw-r--r-- | core/helpers/album.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/album.php b/core/helpers/album.php index 9c36dc6f..bae682fa 100644 --- a/core/helpers/album.php +++ b/core/helpers/album.php @@ -23,7 +23,7 @@ * * Note: by design, this class does not do any permission checking. */ -class Album_Core { +class album_Core { /** * Create a new album. * @param integer $parent_id id of parent album |
