summaryrefslogtreecommitdiffstats
path: root/system/core
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-11-22 16:25:42 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-11-22 16:25:42 +0100
commitb25bf9db4af963269362e16cec0a99326c4439ad (patch)
tree7791f82445443cd42c6aebcbcb5a663aae9222f5 /system/core
parentc00a5a042341b8fe10d264ed1ea70177bc5e572d (diff)
parente9307ce66afa48398f4685d4bd5bb2c93a8d8238 (diff)
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Diffstat (limited to 'system/core')
-rw-r--r--system/core/Common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/core/Common.php b/system/core/Common.php
index e43bb8db3..b0921fe0c 100644
--- a/system/core/Common.php
+++ b/system/core/Common.php
@@ -419,6 +419,7 @@ if ( ! function_exists('set_status_header'))
415 => 'Unsupported Media Type',
416 => 'Requested Range Not Satisfiable',
417 => 'Expectation Failed',
+ 422 => 'Unprocessable Entity',
500 => 'Internal Server Error',
501 => 'Not Implemented',