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

jwolf’s picture

Assigned: Unassigned » jwolf

Thank you

jwolf’s picture

Status: Active » Fixed

fixed with latest dev snapshot

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.