mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-08 10:34:34 +00:00
Update applications
This commit is contained in:
@@ -361,12 +361,9 @@ class API_V1_result
|
||||
public function get_response()
|
||||
{
|
||||
$response = new Response(
|
||||
$this->format()
|
||||
, $this->get_http_code()
|
||||
, array(
|
||||
'Content-Type' => $this->get_content_type(),
|
||||
'X-Status-Code'=> $this->get_http_code(),
|
||||
)
|
||||
$this->format(),
|
||||
$this->get_http_code(),
|
||||
array('Content-Type' => $this->get_content_type())
|
||||
);
|
||||
$response->setCharset('UTF-8');
|
||||
|
||||
|
Reference in New Issue
Block a user