From f6045914d7488c43cd7761ddaded55b3791ae950 Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 24 Dec 2010 13:52:42 +0000 Subject: supporting id for comments for in page links git-svn-id: http://code.elgg.org/elgg/trunk@7719 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/views.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine') diff --git a/engine/lib/views.php b/engine/lib/views.php index 5214e96c3..1e309f5bd 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -981,6 +981,7 @@ function elgg_view_comments($entity, $add_comment = true) { $params = array( 'entity' => $entity, 'show_add_form' => $add_comment, + 'id' => "{$entity->getSubtype()}-comments", ); $output = elgg_view('layout/elements/comments', $params); -- cgit v1.2.3