summaryrefslogtreecommitdiff
path: root/core/helpers/rest.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-22 06:01:08 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-22 06:01:08 +0000
commita347ed5c10f11843dd49be907d771fbc73941841 (patch)
treeb4f84c31fd9d5d242e93329d267132920051b9f9 /core/helpers/rest.php
parent8eadddfa873c4c0e8f14adc079c18a1f8fb0fa44 (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/rest.php')
-rw-r--r--core/helpers/rest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/rest.php b/core/helpers/rest.php
index b1f777cf..f1c191c2 100644
--- a/core/helpers/rest.php
+++ b/core/helpers/rest.php
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
-class REST_Core {
+class rest_Core {
const OK = "200 OK";
const CREATED = "201 Created";
const ACCEPTED = "202 Accepted";