Closed (fixed)
Project:
Acquia Marina
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
5 May 2011 at 13:05 UTC
Updated:
25 May 2011 at 20:04 UTC
The comment is displayed simply as 'Array' on the node view, something that the print() outputs when it is given an array as argument.
On reading comment.tpl.php and comparing it with bartik's, I found that there was a statement
print $content which needs to be changed to print render($content) to fix this problem.
Comments
Comment #1
goody815 commentednilesh.3892, thanks for finding that. i'll take a look at it.
Comment #2
goody815 commentednilesh.3892,
i believe this is now corrected with most recent commit by aquariumtap. try re-downloading the dev version. feel free to re-open this issue if you're still experiencing this issue