phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [18518] wrong content type in reply to GET commands


From: Johan Gunnarsson
Subject: [Phpgroupware-cvs] [18518] wrong content type in reply to GET commands
Date: Wed, 07 May 2008 21:52:49 +0000

Revision: 18518
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18518
Author:   johang
Date:     2008-05-07 21:52:47 +0000 (Wed, 07 May 2008)

Log Message:
-----------
wrong content type in reply to GET commands

Modified Paths:
--------------
    trunk/syncml/inc/class.syncml_command_get.inc.php

Modified: trunk/syncml/inc/class.syncml_command_get.inc.php
===================================================================
--- trunk/syncml/inc/class.syncml_command_get.inc.php   2008-05-07 16:44:29 UTC 
(rev 18517)
+++ trunk/syncml/inc/class.syncml_command_get.inc.php   2008-05-07 21:52:47 UTC 
(rev 18518)
@@ -92,7 +92,7 @@
                                        $response->add_result(
                                                $this->cmdid, $session->msgid,
                                                NULL, NULL,
-                                               
'application/vnd.syncml-devinf+wbxml', array(
+                                               $this->meta['type'], array(
                                                        array(
                                                                'src_uri' => 
$item['target']['locuri'],
                                                                'data' => 
$result






reply via email to

[Prev in Thread] Current Thread [Next in Thread]