diff options
Diffstat (limited to 'core/helpers/rest.php')
-rw-r--r-- | core/helpers/rest.php | 2 |
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"; |