Author: ornicar2
Date: 2010-01-22 21:27:48 +0100 (Fri, 22 Jan 2010)
New Revision: 27072

Modified:
   plugins/dmWidgetFeedReaderPlugin/lib/dmWidgetFeedReaderShowView.php
Log:
[Diem][dmWidgetFeedReaderPlugin] fixed rendering for search index

Modified: plugins/dmWidgetFeedReaderPlugin/lib/dmWidgetFeedReaderShowView.php
===================================================================
--- plugins/dmWidgetFeedReaderPlugin/lib/dmWidgetFeedReaderShowView.php 
2010-01-22 20:27:26 UTC (rev 27071)
+++ plugins/dmWidgetFeedReaderPlugin/lib/dmWidgetFeedReaderShowView.php 
2010-01-22 20:27:48 UTC (rev 27072)
@@ -25,7 +25,7 @@
     
     foreach($this->compiledVars['items'] as $item)
     {
-      $items[] = $item->__toString();
+      $items[] = $item['title'];
     }
     
     return implode(', ', $items);

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to