diff options
Diffstat (limited to 'views/default/core/river')
| -rw-r--r-- | views/default/core/river/footer.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/core/river/footer.php b/views/default/core/river/footer.php index 04f7d8daa..ee9d5dc58 100644 --- a/views/default/core/river/footer.php +++ b/views/default/core/river/footer.php @@ -11,7 +11,7 @@ if ($item->annotation_id != 0 || !$object) {  	return true;  } -$comment_count = count_annotations($object->getGUID(), '', '', 'generic_comment'); +$comment_count = $object->countComments();  $options = array(  	'guid' => $object->getGUID(),  | 
