diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-12 10:00:22 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-12 10:00:22 +0100 |
commit | 88f6dd7db1b3dc4cb68d3526a35108d196a5e5cb (patch) | |
tree | 539584e161a467d007f2c6e5c2792cdeae11e55b /ocs | |
parent | 743addd1e317c760e8b1e4ad7dc149476e4ad282 (diff) | |
download | nextcloud-server-88f6dd7db1b3dc4cb68d3526a35108d196a5e5cb.tar.gz nextcloud-server-88f6dd7db1b3dc4cb68d3526a35108d196a5e5cb.zip |
fixing method names
Diffstat (limited to 'ocs')
-rw-r--r-- | ocs/v1.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ocs/v1.php b/ocs/v1.php index 9d84f482ef7..4cbc857bbcf 100644 --- a/ocs/v1.php +++ b/ocs/v1.php @@ -31,7 +31,6 @@ try { OC_API::setContentType(); OC_OCS::notFound(); } catch (MethodNotAllowedException $e) { - setOcsContentType(); OC_API::setContentType(); OC_Response::setStatus(405); } |