Merge pull request #1155 from owncloud/remove-setContentTypeHeader

Remove setContentTypeHeader()
This commit is contained in:
Lukas Reschke 2013-01-11 09:18:14 -08:00
commit b6e0842f4c
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
<?php
OC_JSON::checkAdminUser();
OCP\JSON::callCheck();
OC_JSON::setContentTypeHeader();
OC_App::disable($_POST['appid']);

View File

@ -2,7 +2,6 @@
OC_JSON::checkAdminUser();
OCP\JSON::callCheck();
OC_JSON::setContentTypeHeader();
$appid = OC_App::enable($_POST['appid']);
if($appid !== false) {