]> source.dussan.org Git - nextcloud-server.git/commit
Remove setContentTypeHeader()
authorLukas Reschke <lukas@statuscode.ch>
Fri, 11 Jan 2013 16:09:36 +0000 (17:09 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Fri, 11 Jan 2013 16:09:36 +0000 (17:09 +0100)
commit9b9f5b1a8ac6b08c7d9220f5581344c7bc9cdfce
tree91e82bbd5849faee361c1379179bf408834781bd
parent1eb3c8ecf6a86a879af5773f5ca01be81c9bae49
Remove setContentTypeHeader()

`OC_JSON::success` and `OC_JSON::error` are calling
`OC_JSON::encodedPrint`, which already sets these headers. So this two
calls are uneeded duplicates.
settings/ajax/disableapp.php
settings/ajax/enableapp.php