diff options
Diffstat (limited to 'mod/bookmarks/views/default/river/object')
-rw-r--r-- | mod/bookmarks/views/default/river/object/bookmarks/create.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bookmarks/views/default/river/object/bookmarks/create.php b/mod/bookmarks/views/default/river/object/bookmarks/create.php index 956e84b1c..e31a5ab43 100644 --- a/mod/bookmarks/views/default/river/object/bookmarks/create.php +++ b/mod/bookmarks/views/default/river/object/bookmarks/create.php @@ -16,7 +16,7 @@ if (($is_group instanceof ElggGroup) && (elgg_get_context() != 'groups')){ $string .= " <span class='entity-subtext'>" . elgg_view_friendly_time($object->time_created); if (isloggedin()){ $string .= "<a class='river_comment_form_button link'>Comment</a>"; - $string .= elgg_view('likes/forms/link', array('entity' => $object)); + $string .= elgg_view('forms/likes/link', array('entity' => $object)); } $string .= "</span>"; echo $string;
\ No newline at end of file |