diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 04e8fe200a45cb62a7991d874cc5cf6eae587bf8..c18e4ed44cea44d1f13116b3198d71ef62cd33b4 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1511,6 +1511,7 @@ protected function attachLoad(&$comments) {
       $comment->node_type = 'comment_node_' . $comment->node_type;
       $comments[$key] = $comment;
     }
+    parent::attachLoad($comments);
   }
 }