diff --git a/ocs/v1.php b/ocs/v1.php index 1f5d3e6619..36749f44c1 100644 --- a/ocs/v1.php +++ b/ocs/v1.php @@ -37,7 +37,7 @@ if (\OCP\Util::needUpgrade() // since the behavior of apps or remotes are unpredictable during // an upgrade, return a 503 directly http_response_code(503); - $response = new \OC\OCS\Result(null, OC_Response::STATUS_SERVICE_UNAVAILABLE, 'Service unavailable'); + $response = new \OC\OCS\Result(null, 503, 'Service unavailable'); OC_API::respond($response, OC_API::requestedFormat()); exit; }