Author: chabotc
Date: Tue Jan 13 12:32:54 2009
New Revision: 734234

URL: http://svn.apache.org/viewvc?rev=734234&view=rev
Log:
Quick and dirty fix for people xml output, should investigate the xml & atom 
output more closely though, something's fishy there

Modified:
    incubator/shindig/trunk/php/src/social/converters/OutputXmlConverter.php

Modified: 
incubator/shindig/trunk/php/src/social/converters/OutputXmlConverter.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social/converters/OutputXmlConverter.php?rev=734234&r1=734233&r2=734234&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social/converters/OutputXmlConverter.php 
(original)
+++ incubator/shindig/trunk/php/src/social/converters/OutputXmlConverter.php 
Tue Jan 13 12:32:54 2009
@@ -28,8 +28,8 @@
   private static $formatOutput = true;
   
   // this maps the REST url to the xml tags
-  private static $entryTypes = array('people' => 'person', 'appdata' => 
'appdata', 
-      'activities' => 'activity', 'messages' => 'messages');
+  private static $entryTypes = array('people' => 'entry', 'appdata' => 
'entry', 
+      'activities' => 'entry', 'messages' => 'entry');
   private $doc;
 
   function outputResponse(ResponseItem $responseItem, RestRequestItem 
$requestItem) {


Reply via email to