diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index b52204a..395bb63 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -2285,7 +2285,7 @@ function template_preprocess_comment(&$variables) {
     $variables['status'] = ($comment->status == COMMENT_NOT_PUBLISHED) ? 'comment-unpublished' : 'comment-published';
   }
   // Gather comment classes.
-  if ($comment->uid === 0) {
+  if ($comment->uid == 0) {
     $variables['classes_array'][] = 'comment-by-anonymous';
   }
   else {
