Closed (fixed)
Project:
Amadou
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Nov 2007 at 12:40 UTC
Updated:
22 Dec 2007 at 01:03 UTC
Posting new comment:
notice: Undefined property: stdClass::$status in /home/felipe/public_html/drupal/sites/all/themes/amadou/comment.tpl.php on line 1.
Solution:
print (isset($comment->status) && $comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : '';
Comments
Comment #1
jwolf commentedThank you
Comment #2
jwolf commentedfixed with latest dev snapshot
Comment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.