summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-30 22:40:28 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-05-30 22:40:28 +0200
commit5dd3e34f57bebf14766b39142d7cdc62e928f36b (patch)
treed8872275d2ccd6dc5e1a2364dd12841728228c66 /lib
parent555b9cc24532945f6a87741b336db535ac5b68cf (diff)
parent51a6764f3180a258dc17a6744929866aeddb8779 (diff)
downloadnextcloud-server-5dd3e34f57bebf14766b39142d7cdc62e928f36b.tar.gz
nextcloud-server-5dd3e34f57bebf14766b39142d7cdc62e928f36b.zip
Merge pull request #8444 from owncloud/cleanup-list-code
Cleanup code of files_sharing/ajax/ a little bit
Diffstat (limited to 'lib')
-rw-r--r--lib/private/response.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/response.php b/lib/private/response.php
index e8064c8588f..caa382af776 100644
--- a/lib/private/response.php
+++ b/lib/private/response.php
@@ -10,6 +10,7 @@ class OC_Response {
const STATUS_FOUND = 304;
const STATUS_NOT_MODIFIED = 304;
const STATUS_TEMPORARY_REDIRECT = 307;
+ const STATUS_BAD_REQUEST = 400;
const STATUS_NOT_FOUND = 404;
const STATUS_INTERNAL_SERVER_ERROR = 500;
const STATUS_SERVICE_UNAVAILABLE = 503;