Modified:
/trunk/apps/ui/modules/profileComments/templates/_index.php
=======================================
--- /trunk/apps/ui/modules/profileComments/templates/_index.php Sun Sep 19
18:33:24 2010
+++ /trunk/apps/ui/modules/profileComments/templates/_index.php Sat Sep 25
09:20:18 2010
@@ -9,6 +9,7 @@
<div id="cont-comments" style="opacity: 1; display: block; overflow:
visible;">
<?php
+$comments = $sf_data->getRaw('comments');
foreach ($comments as $count => $comment)
{
$author = $comment->getAuthor();