Author: chabotc
Date: Thu Oct 9 00:23:55 2008
New Revision: 703086
URL: http://svn.apache.org/viewvc?rev=703086&view=rev
Log:
SHINDIG-599 by Artemy Tregubenko, Empty link of atom entries fetched with
makeRequest
Modified:
incubator/shindig/trunk/php/src/gadgets/ProxyHandler.php
Modified: incubator/shindig/trunk/php/src/gadgets/ProxyHandler.php
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/gadgets/ProxyHandler.php?rev=703086&r1=703085&r2=703086&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/gadgets/ProxyHandler.php (original)
+++ incubator/shindig/trunk/php/src/gadgets/ProxyHandler.php Thu Oct 9
00:23:55 2008
@@ -118,7 +118,7 @@
}
$channel['items'][] = array('id' => $entry->id(),
'title' => $entry->title(),
-
'link' => $entry->link(),
+
'link' => $entry->link('alternate'),
'summary' => $entry->summary(),
'content' => $entry->content(),
'author' => $entry->author(),