From a347ed5c10f11843dd49be907d771fbc73941841 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 22 Nov 2008 06:01:08 +0000 Subject: 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. --- core/helpers/rest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers/rest.php') 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"; -- cgit v1.2.3